Date: Thu, 31 Dec 2009 00:07:26 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 src/share/mk bsd.sys.mk src/sys/dev/aic7xxx/aicasm Makefile Message-ID: <200912310014.nBV0EclA062944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-12-31 00:07:26 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
share/mk bsd.sys.mk
sys/dev/aic7xxx/aicasm Makefile
Log:
SVN rev 201300 on 2009-12-31 00:07:26Z by ed
Disable K&R style function definitions for WARNS=6.
Unfortunately there are two slight problems with that:
- Yacc and lex might generate code that generates warnings because of
this. Require yacc and lex to be rebuilt during bootstrap. I'm not
incrementing __FreeBSD_version here, because I assume someone else
will do this eventually.
- When running `make buildkernel', it uses share/mk from the source
treeo to build aicasm. Because aicasm also depends on lex, this would
break. Lower WARNS to 5 for now. We should just increment it to 6
again somewhere in the very far future.
Revision Changes Path
1.636 +7 -0 src/Makefile.inc1
1.51 +2 -1 src/share/mk/bsd.sys.mk
1.27 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912310014.nBV0EclA062944>
