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:
parent
e74e01d5e3
commit
1b690a4832
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96565
@ -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 "--------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user