summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-05-30 15:25:54 +0000
committerbrooks <brooks@FreeBSD.org>2013-05-30 15:25:54 +0000
commit9017ad677c2c858b9ebf89fdbe1fffad8a67ce12 (patch)
tree89356472dfd22b4d9188fa12f5a5b7f405d9dc1f /Makefile.inc1
parent064e79f7c35044b9adcff847107465462b5352e9 (diff)
downloadFreeBSD-src-9017ad677c2c858b9ebf89fdbe1fffad8a67ce12.zip
FreeBSD-src-9017ad677c2c858b9ebf89fdbe1fffad8a67ce12.tar.gz
Restore (at least temporarily) SHARED=symlinks in the build includes
stage of buildworld. This was accidentally included in r251140. Reported by: jhb
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 28ecdc8..2574e4d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -523,7 +523,7 @@ _includes:
@echo "--------------------------------------------------------------"
@echo ">>> stage 4.1: building includes"
@echo "--------------------------------------------------------------"
- ${_+_}cd ${.CURDIR}; ${WMAKE} par-includes
+ ${_+_}cd ${.CURDIR}; ${WMAKE} SHARED=symlinks par-includes
_libraries:
@echo
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud