mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
locale: Rewrite locale/gen-translit.pl in Python
This commit does not change the generated output file. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@ -846,7 +846,7 @@ class Context(object):
|
||||
# Some other files have such dependencies but do not need to
|
||||
# be touched because nothing in a build depends on the files
|
||||
# in question.
|
||||
for f in ('locale/C-translit.h', 'sysdeps/gnu/errlist.c',
|
||||
for f in ('sysdeps/gnu/errlist.c',
|
||||
'sysdeps/mach/hurd/bits/errno.h',
|
||||
'sysdeps/sparc/sparc32/rem.S',
|
||||
'sysdeps/sparc/sparc32/sdiv.S',
|
||||
|
@ -54,7 +54,7 @@ for f in $files; do
|
||||
po/*.po)
|
||||
# Files imported verbatim from the Translation Project.
|
||||
;;
|
||||
INSTALL | locale/C-translit.h \
|
||||
INSTALL \
|
||||
| locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
|
||||
| po/libc.pot | sysdeps/gnu/errlist.c)
|
||||
# Generated files.
|
||||
|
Reference in New Issue
Block a user