diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-12-18 11:36:29 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-18 11:36:29 +0100 |
commit | 053c52b17739a584ee73d336e547b15abcdabd49 (patch) | |
tree | 719a54be3448412efc9d46ddfbc2bf9997daa636 /scripts | |
parent | 40e6c1ec1f9b59b7917a8899f0894e49f16f51f1 (diff) | |
download | glibc-053c52b17739a584ee73d336e547b15abcdabd49.tar glibc-053c52b17739a584ee73d336e547b15abcdabd49.tar.gz glibc-053c52b17739a584ee73d336e547b15abcdabd49.tar.bz2 glibc-053c52b17739a584ee73d336e547b15abcdabd49.zip |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 | ||||
-rwxr-xr-x | scripts/update-copyrights | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 9051ff17b1..32b44b2bea 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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', diff --git a/scripts/update-copyrights b/scripts/update-copyrights index f048600e2a..2a5bf6ac1d 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -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. |