svn commit: r193314 - head/sys/dev/aic7xxx/aicasm
Xin LI
delphij at FreeBSD.org
Tue Jun 2 17:27:55 UTC 2009
Author: delphij
Date: Tue Jun 2 17:27:54 2009
New Revision: 193314
URL: http://svn.freebsd.org/changeset/base/193314
Log:
Re-enable WARNS=6 after my universe test.
Modified:
head/sys/dev/aic7xxx/aicasm/Makefile
Modified: head/sys/dev/aic7xxx/aicasm/Makefile
==============================================================================
--- head/sys/dev/aic7xxx/aicasm/Makefile Tue Jun 2 17:27:51 2009 (r193313)
+++ head/sys/dev/aic7xxx/aicasm/Makefile Tue Jun 2 17:27:54 2009 (r193314)
@@ -15,6 +15,7 @@ SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSR
CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
DPADD= ${LIBL}
LDADD= -ll
+WARNS?= 6
# Correct path for kernel builds
# Don't rely on the kernel's .depend file
More information about the svn-src-head
mailing list