Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gettext Disable rebuilding files in the source tree.
details: https://anonhg.NetBSD.org/src/rev/b66dd634ed8a
branches: trunk
changeset: 769453:b66dd634ed8a
user: apb <apb%NetBSD.org@localhost>
date: Sat Sep 10 20:35:42 2011 +0000
description:
Disable rebuilding files in the source tree.
diffstat:
gnu/dist/gettext/autoconf-lib-link/Makefile.in | 2 ++
gnu/dist/gettext/gettext-runtime/Makefile.in | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 5ef711ed478f -r b66dd634ed8a gnu/dist/gettext/autoconf-lib-link/Makefile.in
--- a/gnu/dist/gettext/autoconf-lib-link/Makefile.in Sat Sep 10 20:04:28 2011 +0000
+++ b/gnu/dist/gettext/autoconf-lib-link/Makefile.in Sat Sep 10 20:35:42 2011 +0000
@@ -634,6 +634,8 @@
all-local: $(srcdir)/../build-aux/config.rpath
$(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
+ @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_build-aux_config.rpath:
cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
# The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
diff -r 5ef711ed478f -r b66dd634ed8a gnu/dist/gettext/gettext-runtime/Makefile.in
--- a/gnu/dist/gettext/gettext-runtime/Makefile.in Sat Sep 10 20:04:28 2011 +0000
+++ b/gnu/dist/gettext/gettext-runtime/Makefile.in Sat Sep 10 20:35:42 2011 +0000
@@ -780,6 +780,8 @@
all-local: ABOUT-NLS
ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
+ @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_ABOUT-NLS:
rm -f $(srcdir)/ABOUT-NLS \
&& $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
-I $(srcdir)/doc --no-validate nls.texi
Home |
Main Index |
Thread Index |
Old Index