Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/gettext/dist/gettext-runtime do not descend in...



details:   https://anonhg.NetBSD.org/src/rev/f56e6fa91815
branches:  trunk
changeset: 1022728:f56e6fa91815
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Aug 03 20:22:15 2021 +0000

description:
do not descend into the man or tests directory.
this avoids a problem where git sets the file timestamps differently
than CVS does and accidentally causes make to try to rebuild
various targets that don't work during the tools build.
this matches the change that was made to Makefile.am in our tree.

diffstat:

 external/gpl2/gettext/dist/gettext-runtime/Makefile.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1f916a109309 -r f56e6fa91815 external/gpl2/gettext/dist/gettext-runtime/Makefile.in
--- a/external/gpl2/gettext/dist/gettext-runtime/Makefile.in    Tue Aug 03 18:44:33 2021 +0000
+++ b/external/gpl2/gettext/dist/gettext-runtime/Makefile.in    Tue Aug 03 20:22:15 2021 +0000
@@ -347,7 +347,7 @@
 # The list of subdirectories depends on whether --disable-libasprintf was
 # specified.
 @ENABLE_LIBASPRINTF_TRUE@SUBDIR_libasprintf = libasprintf
-SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests
+SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po m4
 
 # Allow users to use "gnulib-tool --update".
 



Home | Main Index | Thread Index | Old Index