summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-14 07:30:40 +0000
committerru <ru@FreeBSD.org>2002-05-14 07:30:40 +0000
commit93d6d2e8c29b8f054bd4b71cdeb582a7dc283d8b (patch)
tree57e2bcb95a699d9ae77b3544b686b5ddf152346b /Makefile.inc1
parent5ade47cb83e9e3d94b58bb81e5a21b97dbbdbbc8 (diff)
downloadFreeBSD-src-93d6d2e8c29b8f054bd4b71cdeb582a7dc283d8b.zip
FreeBSD-src-93d6d2e8c29b8f054bd4b71cdeb582a7dc283d8b.tar.gz
Do not run `includes' and `incsinstall' in parallel.
Spotted by: jhay Parallel worlds and releases should be working again.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud