diff options
author | 2001-07-18 13:28:47 +0000 | |
---|---|---|
committer | 2001-07-18 13:28:47 +0000 | |
commit | cd351df74aa0ed792c27093e9ac882b60705507f (patch) | |
tree | 371601407c3e70823a5ce0378aefafa490e298d7 | |
parent | Mention WARNINGS (diff) | |
download | wireguard-openbsd-cd351df74aa0ed792c27093e9ac882b60705507f.tar.xz wireguard-openbsd-cd351df74aa0ed792c27093e9ac882b60705507f.zip |
CDIAGFLAGS
-rw-r--r-- | usr.bin/m4/Makefile | 6 | ||||
-rw-r--r-- | usr.bin/make/Makefile | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index e1ff6b6ac6b..43b23289902 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2001/01/02 23:51:52 smurph Exp $ +# $OpenBSD: Makefile,v 1.7 2001/07/18 13:28:47 espie Exp $ # -DEXTENDED # if you want the paste & spaste macros. PROG= m4 -CFLAGS+=-DEXTENDED -CFLAGS+=-W -Wall -Wstrict-prototypes \ +CFLAGS+=-DEXTENDED +CDIAGFLAGS=-W -Wall -Wstrict-prototypes \ -Wno-unused -Wno-char-subscripts -Wno-sign-compare # No optimization for m88k .if (${MACHINE_ARCH} == "m88k") diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 4123ad1cecc..3cdd42351eb 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2001/06/05 11:59:09 espie Exp $ +# $OpenBSD: Makefile,v 1.29 2001/07/18 13:29:49 espie Exp $ PROG= make -CFLAGS+= -I${.OBJDIR} -I${.CURDIR} ${WARNINGS} -WARNINGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic -Wmissing-prototypes +CFLAGS+= -I${.OBJDIR} -I${.CURDIR} +CDIAGFLAGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \ + -Wmissing-prototypes CFLAGS+=-DUSE_TIMESPEC CFLAGS+=-DHAS_BOOL_H |