Skip to content

Commit

Permalink
Fix improper use of MK_TESTS here from r264996.
Browse files Browse the repository at this point in the history
In stable/10, the MK_TESTS=no form is not supported.  This was preventing
the bmake bootstrap from working.

Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Jan 14, 2016
1 parent 2287ea2 commit a31405b
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 @@ -358,7 +358,7 @@ MMAKE= ${MMAKEENV} ${MAKE} \
-D_UPGRADING \
-DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR \
DESTDIR= MK_TESTS=no PROGNAME=${MYMAKE:T}
DESTDIR= -DNO_TESTS PROGNAME=${MYMAKE:T}

make bmake: .PHONY
@echo
Expand Down

0 comments on commit a31405b

Please sign in to comment.