summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-07-11 05:24:32 +0000
committerkan <kan@FreeBSD.org>2003-07-11 05:24:32 +0000
commita886ff4dbd7078122dfacbfee8c0bd4e94e2e3e2 (patch)
treeb40be32bee444f017c34aee7eeca2e0ad88e402d
parent9da11248c697d599ad944360392c12c75d2fbb16 (diff)
downloadFreeBSD-src-a886ff4dbd7078122dfacbfee8c0bd4e94e2e3e2.zip
FreeBSD-src-a886ff4dbd7078122dfacbfee8c0bd4e94e2e3e2.tar.gz
Temporarily turn off -Werror for these components.
-rw-r--r--bin/csh/Makefile2
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile1
-rw-r--r--gnu/usr.bin/binutils/readelf/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 64def18..8b3c2e4 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -16,7 +16,7 @@ DFLAGS= -D_PATH_TCSHELL='"/rescue/${PROG}"'
DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
.endif
CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
-WARNS= 2
+WARNS= 0
SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile
index 8559399..3a83ca3 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile
+++ b/gnu/usr.bin/binutils/libbfd/Makefile
@@ -13,6 +13,7 @@ SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "ia64" || ${TARGET_ARCH} == "sparc64")
WARNS= 2
.endif
+WARNS=0
CFLAGS+= -I${SRCDIR}/bfd
CFLAGS+= -DBFD_VERSION=\"${VERSION_DATE}\" -DBFD_VERSION_DATE=${VERSION_DATE}
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile
index 9601246..d93551c 100644
--- a/gnu/usr.bin/binutils/readelf/Makefile
+++ b/gnu/usr.bin/binutils/readelf/Makefile
@@ -9,7 +9,7 @@ BINDIR=/usr/bin
PROG= readelf
SRCS= ${PROG}.c
-WARNS= 2
+WARNS= 0
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils
DPADD= ${RELTOP}/libbinutils/libbinutils.a
OpenPOWER on IntegriCloud