svn commit: r214963 - head/usr.bin/yacc

David E. O'Brien obrien at FreeBSD.org
Sun Nov 7 23:34:05 UTC 2010


Author: obrien
Date: Sun Nov  7 23:34:05 2010
New Revision: 214963
URL: http://svn.freebsd.org/changeset/base/214963

Log:
  Inherit WARNS from parent directory.
  
  Submitted by:	marius

Modified:
  head/usr.bin/yacc/Makefile

Modified: head/usr.bin/yacc/Makefile
==============================================================================
--- head/usr.bin/yacc/Makefile	Sun Nov  7 23:23:48 2010	(r214962)
+++ head/usr.bin/yacc/Makefile	Sun Nov  7 23:34:05 2010	(r214963)
@@ -9,6 +9,4 @@ MAN=	yacc.1 yyfix.1
 LINKS=	${BINDIR}/yacc ${BINDIR}/byacc
 MLINKS=	yacc.1 byacc.1
 
-WARNS?=	6
-
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list