[U-Boot] [PATCH] Makefile: restore support for board shortcut targets

Wolfgang Denk wd at denx.de
Sun Sep 12 21:35:50 CEST 2010


Dear Mike Frysinger,

In message <1281567156-30325-1-git-send-email-vapier at gentoo.org> you wrote:
> The helpful shortcut for doing a board config + make was dropped recently
> as it conflicted with some new build code.  However, the reason for using
> pattern targets originally was to avoid managing a duplicate list of
> boards.  Since we now have one centralized place for a list of boards (the
> new boards.cfg), we don't need a pattern target -- we can generate the
> exact list of boards on the fly.  So do just that.
> 
> When cleaning things up, the top level gitignore file ignores all things
> that end with ".depend", but the clean target only deletes files that are
> named exactly ".depend".  Keep these in sync by having the clean target
> punt all files that match the pattern that gitignore is using.
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
>  Makefile |    7 ++++---
>  1 files changed, 4 insertions(+), 3 deletions(-)

Applied to "next" branch.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In any group of employed individuals the only naturally  early  riser
is  _always_  the office manager, who will _always_ leave reproachful
little notes ... on the desks of their subordinates.
                                - Terry Pratchett, _Lords and Ladies_


More information about the U-Boot mailing list