aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-02-03 09:43:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-02-03 09:43:17 +0000
commit858b447106e96f446a713285d8cf68893850eddb (patch)
treeba32a87e5875805ff86280859ef63268bbcb49c8 /Makefile.inc1
parent1a66233dfbb6476802d3dc92f239368c6734ea51 (diff)
downloadsrc-858b447106e96f446a713285d8cf68893850eddb.tar.gz
src-858b447106e96f446a713285d8cf68893850eddb.zip
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>
Notes
Notes: svn path=/head/; revision=56972
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 31edbd6b26d8..664664a51d4c 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"