Do not run includes' and incsinstall' in parallel.

Spotted by:	jhay

Parallel worlds and releases should be working again.
This commit is contained in:
Ruslan Ermilov 2002-05-14 07:30:40 +00:00
parent e74e01d5e3
commit 1b690a4832

View File

@ -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 "--------------------------------------------------------------"