svn commit: r251141 - head
Brooks Davis
brooks at FreeBSD.org
Thu May 30 15:25:54 UTC 2013
Author: brooks
Date: Thu May 30 15:25:54 2013
New Revision: 251141
URL: http://svnweb.freebsd.org/changeset/base/251141
Log:
Restore (at least temporarily) SHARED=symlinks in the build includes
stage of buildworld. This was accidentally included in r251140.
Reported by: jhb
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Thu May 30 14:09:58 2013 (r251140)
+++ head/Makefile.inc1 Thu May 30 15:25:54 2013 (r251141)
@@ -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 "--------------------------------------------------------------"
More information about the svn-src-head
mailing list