[CFT][patch] buildsys touch-up and standalone applets

Mike Frysinger vapier at gentoo.org
Wed Mar 1 18:40:46 UTC 2006


On Wednesday 01 March 2006 12:25, Bernhard Fischer wrote:
> On Wed, Mar 01, 2006 at 12:04:32PM -0500, Rob Landley wrote:
> >On Wednesday 01 March 2006 4:17 am, Bernhard Fischer wrote:
> >> >+# generic rules
> >> >+%.o:  %.c ; $(compile.c)
> >> >
> >> >you should add some rules for %.i and %.s generation too ;)
> >>
> >> /me nods. Will do
> >
> >Um, hang on.
> >
> >Why do we need any of those, again?  (I thought make had 'em built-in?)
>
> vda wants the %.s one (and iirc the %.i one, too).
>
> We need this since the built-in rules don't do our pretty printing.

not only that, but the implicit rules dont give us all the expanded support of 
per-file CFLAGS/defines/etc... when the corresponding rule is updated
-mike



More information about the busybox mailing list