summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-27 13:11:33 +0000
committerru <ru@FreeBSD.org>2003-02-27 13:11:33 +0000
commitae8811433e5eff867ac6b45eb3e972f8b0c6310c (patch)
treeb0de8aa47aaa42ad56d7088fd23ce48b92a9cb9a /Makefile
parent082e5cb9c38b84b110a7f9cdf36e3a29bb8e96fe (diff)
downloadFreeBSD-src-ae8811433e5eff867ac6b45eb3e972f8b0c6310c.zip
FreeBSD-src-ae8811433e5eff867ac6b45eb3e972f8b0c6310c.tar.gz
Don't make buildworld and buildkernel in parallel.
And this is probably what you expect when you say "make -jX buildworld buildkernel".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e34864..a2a5d45 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld
+.ORDER: buildworld buildkernel
.ORDER: buildkernel installkernel
.ORDER: buildkernel reinstallkernel
OpenPOWER on IntegriCloud