1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96565

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