mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-16 17:41:01 +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',
|
||||
|
Reference in New Issue
Block a user