[PATCH v2 1/1] plural.c: improve reproducibility

Joseph Myers joseph@codesourcery.com
Thu Nov 30 21:26:00 GMT 2017


Thanks, committed.  Also committed a followup:

Remove scripts/update-copyrights handling of intl/plural.c.

Since this file is no longer checked in, update-copyrights no longer
needs to avoid changing it.

2017-11-30  Joseph Myers  <joseph@codesourcery.com>

	* scripts/update-copyrights: Do not handle intl/plural.c
	specially.

diff --git a/scripts/update-copyrights b/scripts/update-copyrights
index 1a03134..d5af53a 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 | intl/plural.c | locale/C-translit.h \
+    INSTALL | locale/C-translit.h \
       | locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
       | po/libc.pot | sysdeps/gnu/errlist.c)
       # Generated files.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list