[Midnightbsd-cvs] src [9188] trunk/Makefile: do not use upgrade checks with bmake
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Oct 17 09:01:54 EDT 2016
Revision: 9188
http://svnweb.midnightbsd.org/src/?rev=9188
Author: laffer1
Date: 2016-10-17 09:01:53 -0400 (Mon, 17 Oct 2016)
Log Message:
-----------
do not use upgrade checks with bmake
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2016-10-16 01:30:38 UTC (rev 9187)
+++ trunk/Makefile 2016-10-17 13:01:53 UTC (rev 9188)
@@ -276,6 +276,7 @@
# for building the world.
#
upgrade_checks:
+.if !defined(.PARSEDIR)
@if ! (cd ${.CURDIR}/tools/build/make_check && \
PATH=${PATH} ${BINMAKE} obj >/dev/null 2>&1 && \
PATH=${PATH} ${BINMAKE} >/dev/null 2>&1); \
@@ -282,6 +283,7 @@
then \
(cd ${.CURDIR} && ${MAKE} make); \
fi
+.endif
#
# Upgrade make(1) to the current version using the installed
More information about the Midnightbsd-cvs
mailing list