From 858b447106e96f446a713285d8cf68893850eddb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 3 Feb 2000 09:43:17 +0000 Subject: [PATCH] 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: --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"