From 20902bd3e19d215edc5d198801bac4b7956bf83e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 27 Feb 2003 13:11:33 +0000 Subject: [PATCH] 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(+) 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