diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-07-09 08:37:36 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-07-09 08:37:36 +0000 |
commit | c3699a5335cb636fe898fe1b1cdb1ee43c638b71 (patch) | |
tree | a8c84b7468531824f1b9bb2c5abd43d1064c799a /gnu | |
parent | 65eee719d205c2486c9c2279b146c08253affce7 (diff) | |
download | FreeBSD-src-c3699a5335cb636fe898fe1b1cdb1ee43c638b71.zip FreeBSD-src-c3699a5335cb636fe898fe1b1cdb1ee43c638b71.tar.gz |
Define NO_WERROR to unbreak world until the maintainer has had time
to coordinate fixes for this contrib code.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdbreplay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile index ef1ff53..2acb8e6 100644 --- a/gnu/usr.bin/binutils/gdbreplay/Makefile +++ b/gnu/usr.bin/binutils/gdbreplay/Makefile @@ -14,6 +14,9 @@ NOMAN= yes SRCS= gdbreplay.c +# XXX Don't die on warnings, until the maintainer has a chance to fix them. +NO_WERROR= yes + CFLAGS+= -I${.CURDIR}/../gdb CFLAGS+= -I${GDBDIR}/gdb CFLAGS+= -I${GDBDIR}/gdb/config |