From 68a9ebbe8cb4a2cb1948c8d968e2bd962e0fb066 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Tue, 9 Jul 2002 08:37:36 +0000 Subject: [PATCH] Define NO_WERROR to unbreak world until the maintainer has had time to coordinate fixes for this contrib code. --- gnu/usr.bin/binutils/gdbreplay/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile index ef1ff5369dd7..2acb8e62cda5 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