summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-01 11:29:29 +0000
committerru <ru@FreeBSD.org>2003-04-01 11:29:29 +0000
commit9fcf0741d347f52b686648b21194a1850a21617e (patch)
tree37832fc4d5f71c8b0969b934aab73f6752894b5d /Makefile.inc1
parent59ea65502d2252521ae52b92d2c58d15eafebd46 (diff)
downloadFreeBSD-src-9fcf0741d347f52b686648b21194a1850a21617e.zip
FreeBSD-src-9fcf0741d347f52b686648b21194a1850a21617e.tar.gz
Pass NO_WARNS to the build-tool stage too; -Wsystem-headers
isn't known to the 4.x system compiler.
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 07b2f49..cf11eff 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -200,7 +200,7 @@ TMAKEENV= MAKEOBJDIRPREFIX=${OBJTREE} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
TMAKE= ${TMAKEENV} ${MAKE} -f Makefile.inc1 \
- BOOTSTRAPPING=${OSRELDATE} -DNO_CPU_CFLAGS
+ BOOTSTRAPPING=${OSRELDATE} -DNO_CPU_CFLAGS -DNO_WARNS
# cross-tool stage
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} -DNO_FORTRAN -DNO_GDB
OpenPOWER on IntegriCloud