Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 15:25:54 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251141 - head
Message-ID:  <201305301525.r4UFPsfU036661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "--------------------------------------------------------------"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301525.r4UFPsfU036661>