Re: [patch] reorganize utils/Makefile.in

2008-03-08 Thread Christopher Faylor
On Sat, Mar 08, 2008 at 07:28:52AM -0800, Brian Dessent wrote: >2008-03-08 Brian Dessent <[EMAIL PROTECTED]> > > * Makefile.in: Reorganize considerably, using GNU make's > static pattern rules and target-specific variables. Looks good. Please check in. Thanks. cgf

[patch] reorganize utils/Makefile.in

2008-03-08 Thread Brian Dessent
This patch is a revamping of the Makefile in winsup/utils. The current Makefile.in is fugly, in my humble opinion. It's got lots of repeated rules and it's not very clear how one is supposed to add or change things. This patch does use GNU make specific features, but I'm quite sure we already u