summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-07-06 01:07:48 +0000
committerobrien <obrien@FreeBSD.org>2002-07-06 01:07:48 +0000
commit9fcab75d96c83729e9b329691e840bc9ffc818af (patch)
tree852b7206841f0e3d1d2fb1318ddd9d521028be27 /usr.sbin
parenta1719914d4bd1c9c28bedd86bd21aa196fa06a9f (diff)
downloadFreeBSD-src-9fcab75d96c83729e9b329691e840bc9ffc818af.zip
FreeBSD-src-9fcab75d96c83729e9b329691e840bc9ffc818af.tar.gz
We don't need to hit the user over the head so strong now that we've
fixed all the known warnings suffiently to not require NO_WERROR. Ok'ed by: peter
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index ba8b4af..e6e3eb0 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -171,7 +171,6 @@ main(int argc, char **argv)
cleanheaders(p);
printf("Kernel build directory is %s\n", p);
printf("Don't forget to do a ``make depend''\n");
- printf("You may need to use the make -DNO_WERROR flag if you hit unfixed warnings.\n");
exit(0);
}
OpenPOWER on IntegriCloud