Author: bdrewery
Date: Thu Jan  7 19:37:11 2016
New Revision: 293342
URL: https://svnweb.freebsd.org/changeset/base/293342

Log:
  Always try to upgrade to bmake if not already using it.
  
  This is mostly targetting stable/10 which requires bmake to build and
  has issues upgrading from <10.
  
  MFC after:    1 week
  Sponsored by: EMC / Isilon Storage Division
  PR:           198062

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile       Thu Jan  7 19:19:23 2016        (r293341)
+++ head/Makefile       Thu Jan  7 19:37:11 2016        (r293342)
@@ -205,7 +205,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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to