summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-22 00:21:17 +0000
committerpeter <peter@FreeBSD.org>2002-07-22 00:21:17 +0000
commitd9aa55f6daa2bcdebc3860085fc0a0a77b6a1b4a (patch)
treebe396f06b22c3ac60895cc720548f19911e7cdf3
parent553083ff75f5bb09f743868772b7dc1a3054510b (diff)
downloadFreeBSD-src-d9aa55f6daa2bcdebc3860085fc0a0a77b6a1b4a.zip
FreeBSD-src-d9aa55f6daa2bcdebc3860085fc0a0a77b6a1b4a.tar.gz
No more NO_WERROR for the kernel. It's still possible though, but
seperate from NO_WERROR which is easily mixed up with in userland.
-rw-r--r--sys/powerpc/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 3c28f1e..cadfabd 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -27,7 +27,7 @@ maxusers 0
#hints "GENERIC.hints"
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
-makeoptions NO_WERROR=true #XXX: We don't want -Werror just now
+makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
options FFS
options NFSCLIENT
OpenPOWER on IntegriCloud