svn commit: r294045 - stable/10

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 14 21:59:45 UTC 2016


Author: bdrewery
Date: Thu Jan 14 21:59:43 2016
New Revision: 294045
URL: https://svnweb.freebsd.org/changeset/base/294045

Log:
  MFC r293342:
  
    Always try to upgrade to bmake if not already using it.

Modified:
  stable/10/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile
==============================================================================
--- stable/10/Makefile	Thu Jan 14 21:58:32 2016	(r294044)
+++ stable/10/Makefile	Thu Jan 14 21:59:43 2016	(r294045)
@@ -203,7 +203,7 @@ _TARGET_ARCH?=	${MACHINE_ARCH}
 # The user can define ALWAYS_CHECK_MAKE to have this check performed
 # for all targets.
 #
-.if defined(ALWAYS_CHECK_MAKE)
+.if defined(ALWAYS_CHECK_MAKE) || !defined(.PARSEDIR)
 ${TGTS}: upgrade_checks
 .else
 buildworld: upgrade_checks


More information about the svn-src-all mailing list