aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-03-31 22:41:48 +0000
committerWarner Losh <imp@FreeBSD.org>2020-03-31 22:41:48 +0000
commitc9870c1542e3371080f3b26ff91f0e8f2ceda68f (patch)
treec3256b9bd508c80c1ea32a756d0702ebe8921580 /Makefile
parenta7783b5a72607a1d02741cbfe50f8516f5a46782 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06cfabc997d45..99891bc7a39df 100644
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,7 @@ kernel-toolchains: .PHONY
@cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=kernel-toolchain universe
kernels: .PHONY
- @cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=buildkernel universe
+ @cd ${.CURDIR}; ${SUB_MAKE} universe -DWITHOUT_WORLDS
worlds: .PHONY
@cd ${.CURDIR}; ${SUB_MAKE} UNIVERSE_TARGET=buildworld universe