[Bug 289969] `make -j 8 buildworld buildkernel update-packages` doesn't work as is expected
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 00:41:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289969
--- Comment #3 from Lexi Winter <ivy@FreeBSD.org> ---
please try this patch:
diff --git a/Makefile b/Makefile
index 383430307495..664f31a48abf 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,8 @@ META_TGT_WHITELIST+= build${libcompat}
.ORDER: buildworld distribute
.ORDER: buildworld distributeworld
.ORDER: buildworld buildkernel
+.ORDER: buildworld packages
+.ORDER: buildworld update-packages
.ORDER: distrib-dirs distribute
.ORDER: distrib-dirs distributeworld
.ORDER: distrib-dirs installworld
@@ -232,6 +234,8 @@ META_TGT_WHITELIST+= build${libcompat}
.ORDER: buildkernel installkernel.debug
.ORDER: buildkernel reinstallkernel
.ORDER: buildkernel reinstallkernel.debug
+.ORDER: buildkernel packages
+.ORDER: buildkernel update-packages
.ORDER: kernel-toolchain buildkernel
# Only sanitize PATH on FreeBSD.
--
You are receiving this mail because:
You are on the CC list for the bug.