On Thu, Oct 25, 2007 at 11:49:34PM -0000, William Rowe wrote: > Author: wrowe > Date: Thu Oct 25 16:49:33 2007 > New Revision: 588393 > > URL: http://svn.apache.org/viewvc?rev=588393&view=rev > Log: > Reorganize similar-to-trunk, using much more shorthand to make the build > rules easier to read.
The longhand is used because stuff like $+ is a GNU make extension. ... > [EMAIL PROTECTED]@: occhild.lo $(LOCAL_LIBS) > - $(LINK_PROG) occhild.lo $(LOCAL_LIBS) $(ALL_LIBS) > + $(LINK_PROG) $+ $(ALL_LIBS) etc
