diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
commit | 2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 (patch) | |
tree | 99de8655ffbb7f0e8158d993b7e3153167883291 /lib/libc/Makefile | |
parent | 9bfb32fcb85b8cd467e4de8f4df1df52ade09c8b (diff) |
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired.
ok millert@, henning@, david@
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |