From 9017ad677c2c858b9ebf89fdbe1fffad8a67ce12 Mon Sep 17 00:00:00 2001 From: brooks Date: Thu, 30 May 2013 15:25:54 +0000 Subject: Restore (at least temporarily) SHARED=symlinks in the build includes stage of buildworld. This was accidentally included in r251140. Reported by: jhb --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') 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 "--------------------------------------------------------------" -- cgit v1.1