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
This commit is contained in:
David E. O'Brien 2002-07-06 01:07:48 +00:00
parent f784043a9f
commit 4ffcd14286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99478

View File

@ -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);
}