Re: add WARNINGS infrastructure to ftp

2012-08-14 Thread Christiano F. Haesbaert
Lets make it a bit cleaner, while here also fix some whitespaces. Index: bsd.own.mk === RCS file: /cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.116 diff -d -u -p -r1.116 bsd.own.mk --- bsd.own.mk 12 Apr 2012 11:22:14 -

Re: add WARNINGS infrastructure to ftp

2012-08-13 Thread Christiano F. Haesbaert
On Mon, Aug 13, 2012 at 12:34:37PM -0700, Matthew Dempsky wrote: > While I recognize there's some precedence in the tree for it already, > this seems ugly to me. Is there a reason different programs/libraries > need different diagnostic flags? Why doesn't this belong in > bsd.own.mk or mk.conf?

Re: add WARNINGS infrastructure to ftp

2012-08-13 Thread Matthew Dempsky
While I recognize there's some precedence in the tree for it already, this seems ugly to me. Is there a reason different programs/libraries need different diagnostic flags? Why doesn't this belong in bsd.own.mk or mk.conf?

add WARNINGS infrastructure to ftp

2012-08-13 Thread Christiano F. Haesbaert
since I'm here already... ok ? Index: Makefile === RCS file: /cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.25 diff -d -u -p -r1.25 Makefile --- Makefile5 May 2009 19:35:30 - 1.25 +++ Makefile13 Aug 2012 15: