From 93d6d2e8c29b8f054bd4b71cdeb582a7dc283d8b Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 14 May 2002 07:30:40 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index beb2fdc..d354fe3 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 "--------------------------------------------------------------" -- cgit v1.1