mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Don't make buildworld and buildkernel in parallel.
And this is probably what you expect when you say "make -jX buildworld buildkernel".
This commit is contained in:
parent
59c5c475f1
commit
20902bd3e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111617
1
Makefile
1
Makefile
@ -99,6 +99,7 @@ BITGTS:=${BITGTS} ${BITGTS:S/^/build/} ${BITGTS:S/^/install/}
|
|||||||
|
|
||||||
.ORDER: buildworld installworld
|
.ORDER: buildworld installworld
|
||||||
.ORDER: buildworld distributeworld
|
.ORDER: buildworld distributeworld
|
||||||
|
.ORDER: buildworld buildkernel
|
||||||
.ORDER: buildkernel installkernel
|
.ORDER: buildkernel installkernel
|
||||||
.ORDER: buildkernel reinstallkernel
|
.ORDER: buildkernel reinstallkernel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user