[U-Boot] [PATCH] make make quiet

kenneth johansson kenneth at southpole.se
Wed Dec 31 11:06:51 CET 2008


On Wed, 2008-12-31 at 04:46 -0500, Mike Frysinger wrote:
> i dont really like how the changes are integrated.  it'll require constant 
> maintenance to add these QUIET prefix vars.  is there a reason we cant go the 
> opposite direction and set CC/etc... directly ?  or try unifying things with 
> patterns ?

You really do not want CC AR and friends expand to anything else than
the program name. It will only lead to confusion. except the AR stuff
that has been copied all over the place there really is not that many
places that has been changed and as far as maintenance goes there is
none. People doing changes to makefiles simply cut & past from whats
already there so this "style" will propagate by itself.  

> 
> i.e. drop all of the $(AR) calls in board/*/Makefile and replace it with a 
> toplevel pattern kind of like:
> %.a: %.o
> 	$(AR) $(ARFLAGS) $^ -o $@
> -mike

sure but that would be a separate changeset. I was trying to keep the
change as small as possible.




More information about the U-Boot mailing list