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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to