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 "--------------------------------------------------------------"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to