Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/mpfr/dist add some "NetBSD_Disabled*" rules t...



details:   https://anonhg.NetBSD.org/src/rev/c21367283c06
branches:  trunk
changeset: 766348:c21367283c06
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 21 04:03:33 2011 +0000

description:
add some "NetBSD_Disabled*" rules to avoid r/o src tree build issues.

diffstat:

 external/lgpl3/mpfr/dist/Makefile.in |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r babe95b4fc5b -r c21367283c06 external/lgpl3/mpfr/dist/Makefile.in
--- a/external/lgpl3/mpfr/dist/Makefile.in      Tue Jun 21 03:37:21 2011 +0000
+++ b/external/lgpl3/mpfr/dist/Makefile.in      Tue Jun 21 04:03:33 2011 +0000
@@ -464,8 +464,12 @@
        $(SHELL) ./config.status --recheck
 
 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_configure:
        $(am__cd) $(srcdir) && $(AUTOCONF)
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_aclocal:
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 mparam.h: $(top_builddir)/config.status $(srcdir)/mparam_h.in
@@ -2048,6 +2052,8 @@
 # should not be a problem in practice, in particular because "make dist"
 # automatically rebuilds get_patches.c before generating the archives.
 $(srcdir)/get_patches.c: PATCHES get_patches.sh
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_get_patches.c:
        (cd $(srcdir) && ./get_patches.sh) > $@ || rm -f $@
 
 tune:



Home | Main Index | Thread Index | Old Index