cvs commit: src/gnu/lib/gcc2/libstdc++ Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/usr.bin/lex Makefile

Matthew Dillon dillon at apollo.backplane.com
Sun Apr 4 17:34:10 PDT 2004


    Try this patch.  I'm testing it with various variations of buildworld etc
    so I don't know if it will entirely work yet.

						-Matt

Index: bsd.incs.mk
===================================================================
RCS file: /cvs/src/share/mk/bsd.incs.mk,v
retrieving revision 1.3
diff -u -r1.3 bsd.incs.mk
--- bsd.incs.mk	8 Aug 2003 04:18:41 -0000	1.3
+++ bsd.incs.mk	5 Apr 2004 00:32:15 -0000
@@ -77,5 +77,7 @@
 .endif
 .endif !target(installincludes)
 
+.if !defined(BOOTSTRAPPING)
 realinstall: installincludes
 .ORDER: beforeinstall installincludes
+.endif





More information about the Commits mailing list