summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-12-13 01:37:45 +0000
committerimp <imp@FreeBSD.org>2001-12-13 01:37:45 +0000
commit9d7baf72bad0a63c33753268ec6b6d8bd9fef610 (patch)
tree36f6c2bdf683860a1e204ffc6fa1ca44d6320484 /Makefile.inc1
parentf12628189c4d7575747b124b8ceefcc5f2f2f8ab (diff)
downloadFreeBSD-src-9d7baf72bad0a63c33753268ec6b6d8bd9fef610.zip
FreeBSD-src-9d7baf72bad0a63c33753268ec6b6d8bd9fef610.tar.gz
Add NO_WERROR to the cross building environment so that we do not bail on
warnings generated by earlier versions of the compilers when bootstrapping. Also a minor formatting nit in the tools list. Reviewed by: markm
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6a8b7b0..803ce91 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -177,7 +177,8 @@ CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \
PERL5LIB=${WORLDTMP}/usr/libdata/perl/5.6.0 \
GROFF_BIN_PATH=${WORLDTMP}/usr/bin \
GROFF_FONT_PATH=${WORLDTMP}/usr/share/groff_font \
- GROFF_TMAC_PATH=${WORLDTMP}/usr/share/tmac
+ GROFF_TMAC_PATH=${WORLDTMP}/usr/share/tmac \
+ NO_WERROR=yes
# bootstrap-tool stage
BMAKEENV= MAKEOBJDIRPREFIX=${WORLDTMP} \
@@ -605,7 +606,7 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} \
- usr.bin/file usr.sbin/sysinstall
+ usr.bin/file usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud