Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/autoconf/dist avoid rebuilding the INSTALL fil...



details:   https://anonhg.NetBSD.org/src/rev/d70ff59e3a56
branches:  trunk
changeset: 344156:d70ff59e3a56
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 16 00:52:41 2016 +0000

description:
avoid rebuilding the INSTALL file which may be in a r/o src dir.

diffstat:

 external/gpl3/autoconf/dist/Makefile.am |  2 ++
 external/gpl3/autoconf/dist/Makefile.in |  2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r bff1a0b5a975 -r d70ff59e3a56 external/gpl3/autoconf/dist/Makefile.am
--- a/external/gpl3/autoconf/dist/Makefile.am   Wed Mar 16 00:19:01 2016 +0000
+++ b/external/gpl3/autoconf/dist/Makefile.am   Wed Mar 16 00:52:41 2016 +0000
@@ -47,6 +47,8 @@
 CONVERT_QUOTES = "s/\`\([^']*\)'/'\1'/g"
 
 $(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
+        @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_INSTALL:
        echo @firstparagraphindent insert                               \
          | cat - $(top_srcdir)/doc/install.texi > tmp.texi
        $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)                \
diff -r bff1a0b5a975 -r d70ff59e3a56 external/gpl3/autoconf/dist/Makefile.in
--- a/external/gpl3/autoconf/dist/Makefile.in   Wed Mar 16 00:19:01 2016 +0000
+++ b/external/gpl3/autoconf/dist/Makefile.in   Wed Mar 16 00:52:41 2016 +0000
@@ -789,6 +789,8 @@
 
 
 @MAKE_CASE_SENSITIVE_TRUE@$(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
+@MAKE_CASE_SENSITIVE_TRUE@     @echo "NOT REBUILDING $@"
+@MAKE_CASE_SENSITIVE_TRUE@NetBSD_DISABLED_INSTALL:
 @MAKE_CASE_SENSITIVE_TRUE@     echo @firstparagraphindent insert                               \
 @MAKE_CASE_SENSITIVE_TRUE@       | cat - $(top_srcdir)/doc/install.texi > tmp.texi
 @MAKE_CASE_SENSITIVE_TRUE@     $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)                \



Home | Main Index | Thread Index | Old Index