Date: Sun, 10 Feb 2002 02:06:41 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Mark Murray <markm@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/usr.bin/apply Makefile src/usr.bin/ar Makefile src/usr.bin/at Makefile src/usr.bin/banner Makefile src/usr.bin/basename Makefile src/usr.bin/biff Makefile src/u Message-ID: <20020210020103.O3434-100000@gamplex.bde.org> In-Reply-To: <200202082231.g18MVit71986@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 8 Feb 2002, Mark Murray wrote: > markm 2002/02/08 14:31:44 PST > > Modified files: > usr.bin/apply Makefile > usr.bin/ar Makefile > usr.bin/at Makefile > usr.bin/banner Makefile > usr.bin/basename Makefile > usr.bin/biff Makefile > usr.bin/brandelf Makefile > usr.bin/c89 Makefile > usr.bin/calendar Makefile > usr.bin/cap_mkdb Makefile > usr.bin/chflags Makefile > usr.bin/chkey Makefile > usr.bin/cksum Makefile > usr.bin/cmp Makefile > usr.bin/col Makefile > usr.bin/colcrt Makefile > usr.bin/colldef Makefile > usr.bin/colrm Makefile > usr.bin/column Makefile > usr.bin/comm Makefile > usr.bin/compress Makefile > usr.bin/ctags Makefile > usr.bin/cut Makefile > usr.bin/dirname Makefile > usr.bin/du Makefile > usr.bin/enigma Makefile > usr.bin/env Makefile > usr.bin/expand Makefile > usr.bin/false Makefile > usr.bin/fetch Makefile > usr.bin/file2c Makefile > usr.bin/finger Makefile > usr.bin/fmt Makefile > usr.bin/fold Makefile > usr.bin/from Makefile > usr.bin/fsync Makefile > usr.bin/gencat Makefile > usr.bin/getopt Makefile > usr.bin/hesinfo Makefile > usr.bin/hexdump Makefile > usr.bin/id Makefile > usr.bin/ipcrm Makefile > usr.bin/jot Makefile > usr.bin/lam Makefile > usr.bin/last Makefile > usr.bin/lastcomm Makefile > usr.bin/leave Makefile > usr.bin/lock Makefile > usr.bin/lockf Makefile > usr.bin/logname Makefile > usr.bin/lsvfs Makefile > usr.bin/mesg Makefile > usr.bin/mkfifo Makefile > usr.bin/mkstr Makefile > usr.bin/mktemp Makefile > usr.bin/msgs Makefile > usr.bin/ncplogin Makefile > usr.bin/newkey Makefile > usr.bin/nice Makefile > usr.bin/nohup Makefile > usr.bin/objformat Makefile > usr.bin/printenv Makefile > usr.bin/printf Makefile > usr.bin/renice Makefile > usr.bin/rev Makefile > Log: > Remove leaf node WARNS?=2 (that mainly I added). This should > help the GCC3 transition and CURRENT in general. Er, I hate WARNS?=any in leaf makefiles, but how do that make any difference for the GCC3 transition. For the transition, you just set WARNS to some harmless value and WARNS?=any doesn't change it. WARNS?=2 is also bogus because someone changed 2 to 4. It's even harder to change 2 to 4 correctly when a lot of places know that it is 2 :-). WARNS=any is not so good. We have a lot of WARNS=0's in leaf makefiles from a previous wrong workaround for GCC3 problems. WARNS=0 mainly breaks setting WARNS to a different value to see if you have got through the transition period. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020210020103.O3434-100000>