From 1b690a48326d4afb0afb027cda4ea898067b0c19 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 14 May 2002 07:30:40 +0000 Subject: [PATCH] Do not run `includes' and `incsinstall' in parallel. Spotted by: jhay Parallel worlds and releases should be working again. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index beb2fdc7155..d354fe385dc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -299,7 +299,7 @@ _includes: @echo "--------------------------------------------------------------" @echo ">>> stage 4: populating ${WORLDTMP}/usr/include" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} SHARED=symlinks includes incsinstall + cd ${.CURDIR}; ${WMAKE} includes; ${WMAKE} SHARED=symlinks incsinstall _libraries: @echo @echo "--------------------------------------------------------------"