mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Prevent building tests when bootstrapping make.
Should fix the breakage reported by tinderbox when WITHOUT_BMAKE is set, which was probably introduced in r263346..
This commit is contained in:
parent
38f0b757fd
commit
5b79f581b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264742
3
Makefile
3
Makefile
@ -330,7 +330,8 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
|
|||||||
INSTALL="sh ${.CURDIR}/tools/install.sh"
|
INSTALL="sh ${.CURDIR}/tools/install.sh"
|
||||||
MMAKE= ${MMAKEENV} ${MAKE} \
|
MMAKE= ${MMAKEENV} ${MAKE} \
|
||||||
-D_UPGRADING -DNO_MAN -DNO_SHARED \
|
-D_UPGRADING -DNO_MAN -DNO_SHARED \
|
||||||
-DNO_CPU_CFLAGS -DNO_WERROR DESTDIR= PROGNAME=${MYMAKE:T}
|
-DNO_CPU_CFLAGS -DNO_WERROR \
|
||||||
|
DESTDIR= MK_TESTS=no PROGNAME=${MYMAKE:T}
|
||||||
|
|
||||||
make bmake: .PHONY
|
make bmake: .PHONY
|
||||||
@echo
|
@echo
|
||||||
|
Loading…
Reference in New Issue
Block a user