summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-02-03 09:43:17 +0000
committerru <ru@FreeBSD.org>2000-02-03 09:43:17 +0000
commitee4700428f99e16fd710c9a1591167147a33103b (patch)
tree27985d82b8c0b623f963670d324a978b8a78be26 /Makefile.inc1
parente0edb0b45610619ef8e5506fe552ed345a570b53 (diff)
downloadFreeBSD-src-ee4700428f99e16fd710c9a1591167147a33103b.zip
FreeBSD-src-ee4700428f99e16fd710c9a1591167147a33103b.tar.gz
Now that bsd.lib.mk has PRECIOUSLIB feature back (rev 1.91),
we need -DNOFSCHG at stage 4 (building libraries) to support non-root buildworlds. Reviewed by: <buildworld@current.freebsd.org>
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 31edbd6..664664a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -272,7 +272,7 @@ buildworld:
@echo "--------------------------------------------------------------"
@echo ">>> stage 4: building libraries"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN libraries
+ cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 4: make dependencies"
OpenPOWER on IntegriCloud