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
This commit is contained in:
parent
25e85b1fbc
commit
63c612de72
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user