svn commit: r294044 - stable/10

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 14 21:58:34 UTC 2016


Author: bdrewery
Date: Thu Jan 14 21:58:32 2016
New Revision: 294044
URL: https://svnweb.freebsd.org/changeset/base/294044

Log:
  Fix improper use of MK_TESTS here from r264996.
  
  In stable/10, the MK_TESTS=no form is not supported.  This was preventing
  the bmake bootstrap from working.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  stable/10/Makefile

Modified: stable/10/Makefile
==============================================================================
--- stable/10/Makefile	Thu Jan 14 21:53:06 2016	(r294043)
+++ stable/10/Makefile	Thu Jan 14 21:58:32 2016	(r294044)
@@ -358,7 +358,7 @@ MMAKE=		${MMAKEENV} ${MAKE} \
 		-D_UPGRADING \
 		-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
 		-DNO_CPU_CFLAGS -DNO_WERROR \
-		DESTDIR= MK_TESTS=no PROGNAME=${MYMAKE:T}
+		DESTDIR= -DNO_TESTS PROGNAME=${MYMAKE:T}
 
 make bmake: .PHONY
 	@echo


More information about the svn-src-all mailing list