From ae8811433e5eff867ac6b45eb3e972f8b0c6310c Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 27 Feb 2003 13:11:33 +0000 Subject: Don't make buildworld and buildkernel in parallel. And this is probably what you expect when you say "make -jX buildworld buildkernel". --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.1