aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2007-12-04 02:22:35 +0000
committerKen Smith <kensmith@FreeBSD.org>2007-12-04 02:22:35 +0000
commit5876d743c3da5ea14d0eda861e04f60c9463829c (patch)
tree7fcb3dbb3ec349badd33ec1ee4a528a8d0b227c6 /release
parente44a3db0104974f06f1021a83336868b10b8f130 (diff)
downloadsrc-5876d743c3da5ea14d0eda861e04f60c9463829c.tar.gz
src-5876d743c3da5ea14d0eda861e04f60c9463829c.zip
When compiled with the combination of flags used to build crunched
binaries for the fixit floppy bin/ed/main.c causes a gcc warning message about argc possibly being clobbered by longjmp or vfork. We have threatened to ditch floppies for 8.0 but I don't want to do quite that much rototilling yet so for now turn off -Werror while building ed (and everything else) for the fixit floppy. Thanks to jb for pointing out NO_WERROR.
Notes
Notes: svn path=/head/; revision=174243
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index a088b460de01..28a2fcd639b8 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -618,7 +618,7 @@ release.4:
rm -rf ${j}_crunch
mkdir ${j}_crunch
cd ${j}_crunch; ${WMAKEENV} MAKEFLAGS="-m ${.CURDIR}/../share/mk" \
- crunchgen -o \
+ NO_WERROR= crunchgen -o \
${.CURDIR}/${TARGET}/${j}_crunch.conf
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk subclean
cd ${.CURDIR}/..; ${BINMAKE} -f Makefile.inc1 _build-tools