summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravsm <avsm@openbsd.org>2003-11-20 23:23:09 +0000
committeravsm <avsm@openbsd.org>2003-11-20 23:23:09 +0000
commit5ff19d39ade35e5b418cf6cf1b463bb5de4a6f18 (patch)
tree869bc5e90dc126363710941dc34b490543016d44
parentCorrect bounds check in semop(2) and semctl(2) (diff)
downloadwireguard-openbsd-5ff19d39ade35e5b418cf6cf1b463bb5de4a6f18.tar.xz
wireguard-openbsd-5ff19d39ade35e5b418cf6cf1b463bb5de4a6f18.zip
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired. ok millert@, henning@, david@
-rw-r--r--bin/systrace/Makefile4
-rw-r--r--lib/libc/Makefile4
-rw-r--r--libexec/ftp-proxy/Makefile4
-rw-r--r--libexec/ld.so/Makefile4
-rw-r--r--libexec/ld.so/ldconfig/Makefile4
-rw-r--r--libexec/ld.so/ldd/Makefile4
-rw-r--r--libexec/login_krb5-or-pwd/Makefile4
-rw-r--r--libexec/login_krb5/Makefile4
-rw-r--r--sbin/pflogd/Makefile4
-rw-r--r--usr.bin/radioctl/Makefile4
-rw-r--r--usr.bin/unifdef/Makefile4
-rw-r--r--usr.sbin/authpf/Makefile4
-rw-r--r--usr.sbin/dhcp/Makefile.inc2
-rw-r--r--usr.sbin/rdate/Makefile4
14 files changed, 27 insertions, 27 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile
index d951ccf3692..7c940cb0d25 100644
--- a/bin/systrace/Makefile
+++ b/bin/systrace/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.9 2003/06/24 16:06:45 mickey Exp $
+# $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $
PROG= systrace
CFLAGS+=-I.
CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
- -Wno-uninitialized -Werror
+ -Wno-uninitialized
CFLAGS+=-DYY_NO_UNPUT
SRCS= filter.c intercept-translate.c intercept.c \
openbsd-syscalls.c util.c \
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 9a55baddeaf..c15dd206389 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2002/07/15 19:41:10 mickey Exp $
+# $OpenBSD: Makefile,v 1.20 2003/11/20 23:23:09 avsm Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -18,7 +18,7 @@
LIB=c
LINTFLAGS=-z
CLEANFILES+=tags
-CFLAGS+=-Werror
+#CFLAGS+=-Werror
LIBCSRCDIR=${.CURDIR}
.include "${LIBCSRCDIR}/Makefile.inc"
diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile
index 4a8855fb0ff..76eb9ec5a9e 100644
--- a/libexec/ftp-proxy/Makefile
+++ b/libexec/ftp-proxy/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2003/01/23 23:15:16 djm Exp $
+# $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
PROG= ftp-proxy
-CFLAGS+=-Wall -Werror
+CFLAGS+=-Wall
SRCS= ftp-proxy.c getline.c util.c
MAN= ftp-proxy.8
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile
index 4b9c2247ab1..89966ce86e7 100644
--- a/libexec/ld.so/Makefile
+++ b/libexec/ld.so/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2003/07/06 20:03:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.23 2003/11/20 23:23:09 avsm Exp $
SUBDIR=ldconfig ldd
VPATH=${.CURDIR}/../../lib/libc/string
@@ -17,7 +17,7 @@ MAN= ld.so.1
.include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc"
.PATH: ${.CURDIR}/${MACHINE_ARCH}
-CFLAGS += -Werror -Wall
+CFLAGS += -Wall
CFLAGS += -I${.CURDIR} -I${.CURDIR}/${MACHINE_ARCH} \
-Dstrsep=_dl_strsep
INSTALL_STRIP=
diff --git a/libexec/ld.so/ldconfig/Makefile b/libexec/ld.so/ldconfig/Makefile
index 66454b75d5a..567d34f7a84 100644
--- a/libexec/ld.so/ldconfig/Makefile
+++ b/libexec/ld.so/ldconfig/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2001/05/14 22:18:22 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2003/11/20 23:23:09 avsm Exp $
# $NetBSD: Makefile,v 1.10 1995/03/06 04:24:41 cgd Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c etc.c
LDDIR?= $(.CURDIR)/..
-CFLAGS+=-Werror
+#CFLAGS+=-Werror
#CFLAGS+=-I$(.CURDIR) -I$(LDDIR)/$(MACHINE_ARCH)
LDSTATIC=-static
BINDIR= /sbin
diff --git a/libexec/ld.so/ldd/Makefile b/libexec/ld.so/ldd/Makefile
index ed14c54f7cb..bd5740fe969 100644
--- a/libexec/ld.so/ldd/Makefile
+++ b/libexec/ld.so/ldd/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2001/05/14 22:18:22 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 2003/11/20 23:23:09 avsm Exp $
PROG= ldd
SRCS= ldd.c
MAN= ldd.1
-CFLAGS+=-Werror
+#CFLAGS+=-Werror
BINDIR= /usr/bin
diff --git a/libexec/login_krb5-or-pwd/Makefile b/libexec/login_krb5-or-pwd/Makefile
index bb6e533679b..8e950b9963e 100644
--- a/libexec/login_krb5-or-pwd/Makefile
+++ b/libexec/login_krb5-or-pwd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.11 2003/07/16 19:10:14 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 2003/11/20 23:23:09 avsm Exp $
.include <bsd.own.mk>
PROG= login_krb5-or-pwd
SRCS= login.c login_passwd.c
MAN= ${PROG}.8
-CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd
+CFLAGS+=-DPASSWD -Wall -I${.CURDIR}/../login_passwd
.if (${KERBEROS5:L} == "yes")
SRCS+= login_krb5.c
diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile
index 35e680db9ce..bdf5ebbfaa4 100644
--- a/libexec/login_krb5/Makefile
+++ b/libexec/login_krb5/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.15 2003/07/16 19:10:14 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2003/11/20 23:23:09 avsm Exp $
.include <bsd.own.mk>
PROG= login_krb5
SRCS= login.c
MAN= ${PROG}.8
-CFLAGS+=-Wall -Werror -I${.CURDIR}/../login_passwd
+CFLAGS+=-Wall -I${.CURDIR}/../login_passwd
.PATH: ${.CURDIR}/../login_passwd
.if (${KERBEROS5:L} == "yes")
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 31c795b00c3..ea8bb055c9b 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2003/10/22 18:51:55 canacar Exp $
+# $OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $
-CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow
+CFLAGS+=-Wall -Wmissing-prototypes -Wshadow
LDADD+= -lpcap -lutil
DPAPP+= ${LIBPCAP} ${LIBUTIL}
diff --git a/usr.bin/radioctl/Makefile b/usr.bin/radioctl/Makefile
index ecf97857c6c..d625ebe2634 100644
--- a/usr.bin/radioctl/Makefile
+++ b/usr.bin/radioctl/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2002/01/22 22:09:28 mickey Exp $
+# $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $
PROG= radioctl
-CFLAGS+=-Wall -Werror
+CFLAGS+=-Wall
.include <bsd.prog.mk>
diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile
index b7bb2c90633..9e47e467b2f 100644
--- a/usr.bin/unifdef/Makefile
+++ b/usr.bin/unifdef/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2002/12/02 07:18:50 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $
PROG= unifdef
-COPTS+= -Wall -Werror
+COPTS+= -Wall
.include <bsd.prog.mk>
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index 34b140d3313..0b4cb33192a 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2003/08/21 19:13:23 frantzen Exp $
+# $OpenBSD: Makefile,v 1.10 2003/11/20 23:23:09 avsm Exp $
PROG= authpf
MAN= authpf.8
@@ -7,7 +7,7 @@ BINGRP= authpf
BINMODE= 6555
SRCS= authpf.c parse.y pfctl_parser.c pf_print_state.c pfctl_altq.c
SRCS+= pfctl_radix.c pfctl_osfp.c
-CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall -Werror
+CFLAGS+= -I${.CURDIR}/../../sbin/pfctl -Wall
.PATH: ${.CURDIR}/../../sbin/pfctl
LDADD+= -lm
diff --git a/usr.sbin/dhcp/Makefile.inc b/usr.sbin/dhcp/Makefile.inc
index 5a1958fe98b..84a1362c3f3 100644
--- a/usr.sbin/dhcp/Makefile.inc
+++ b/usr.sbin/dhcp/Makefile.inc
@@ -38,7 +38,7 @@ CLIENT_PATH = '"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
CPPFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../includes \
- -DCLIENT_PATH=${CLIENT_PATH} -Wall -Werror
+ -DCLIENT_PATH=${CLIENT_PATH} -Wall
COMMONDIR0!= cd ${.CURDIR}/../common; pwd
.if exists(${COMMONDIR0}/${__objdir})
diff --git a/usr.sbin/rdate/Makefile b/usr.sbin/rdate/Makefile
index f271e9aa085..44361d12c99 100644
--- a/usr.sbin/rdate/Makefile
+++ b/usr.sbin/rdate/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2002/07/27 08:47:19 jakob Exp $
+# $OpenBSD: Makefile,v 1.7 2003/11/20 23:23:09 avsm Exp $
PROG= rdate
SRCS= rdate.c rfc868time.c ntp.c ntpleaps.c
-CFLAGS+=-Wall -Werror
+CFLAGS+=-Wall
DPADD+= ${LIBUTIL}
LDADD+= -lutil