Skip to content

Commit

Permalink
MFC r293342:
Browse files Browse the repository at this point in the history
  Always try to upgrade to bmake if not already using it.
  • Loading branch information
bdrewery committed Jan 14, 2016
1 parent a31405b commit ba34754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba34754

Please sign in to comment.