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. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot