[Midnightbsd-cvs] src [7136] trunk/Makefile.inc1: bump the bootstrap versions on some recently updated utilities.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 24 18:31:33 EDT 2015


Revision: 7136
          http://svnweb.midnightbsd.org/src/?rev=7136
Author:   laffer1
Date:     2015-07-24 18:31:33 -0400 (Fri, 24 Jul 2015)
Log Message:
-----------
bump the bootstrap versions on some recently updated utilities.

Modified Paths:
--------------
    trunk/Makefile.inc1

Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1	2015-07-24 22:26:52 UTC (rev 7135)
+++ trunk/Makefile.inc1	2015-07-24 22:31:33 UTC (rev 7136)
@@ -992,11 +992,11 @@
 .endif
 .for _tool in tools/build
 	${_+_}@${ECHODIR} "===> ${_tool} (obj,includes,depend,all,install)"; \
-	    cd ${.CURDIR}/${_tool}; \
-	    ${MAKE} DIRPRFX=${_tool}/ obj; \
-	    ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/legacy includes; \
-	    ${MAKE} DIRPRFX=${_tool}/ depend; \
-	    ${MAKE} DIRPRFX=${_tool}/ all; \
+	    cd ${.CURDIR}/${_tool} && \
+	    ${MAKE} DIRPRFX=${_tool}/ obj && \
+	    ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/legacy includes && \
+	    ${MAKE} DIRPRFX=${_tool}/ depend && \
+	    ${MAKE} DIRPRFX=${_tool}/ all && \
 	    ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/legacy install
 .endfor
 
@@ -1027,12 +1027,17 @@
 _sed=		usr.bin/sed
 .endif
 
-.if ${BOOTSTRAPPING} < 4015
+.if ${BOOTSTRAPPING} < 7002
+_m4=		usr.bin/m4
+.endif
+
+.if ${BOOTSTRAPPING} < 7002
 _lex=		usr.bin/lex
 .endif
 
-.if ${BOOTSTRAPPING} < 4015
-_yacc=		usr.bin/yacc
+.if ${BOOTSTRAPPING} < 7002
+_yacc=		lib/liby \
+		usr.bin/yacc
 .endif
 
 .if ${MK_BSNMP} != "no" && \



More information about the Midnightbsd-cvs mailing list