aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-02-27 13:11:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-02-27 13:11:33 +0000
commit20902bd3e19d215edc5d198801bac4b7956bf83e (patch)
treeb0de8aa47aaa42ad56d7088fd23ce48b92a9cb9a /Makefile
parent59c5c475f15bb138f015429f907c86139ab988f8 (diff)
downloadsrc-20902bd3e19d215edc5d198801bac4b7956bf83e.tar.gz
src-20902bd3e19d215edc5d198801bac4b7956bf83e.zip
Don't make buildworld and buildkernel in parallel.
And this is probably what you expect when you say "make -jX buildworld buildkernel".
Notes
Notes: svn path=/head/; revision=111617
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e3486406fdd..a2a5d456c940 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