Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,

In message <1295439390-16238-2-git-send-email-loic.min...@linaro.org> you wrote:
> .boards.depend was created in the source tree even when calling make
> with O=objtree, and distclean O=objtree wouldn't clean it.  Create
> .boards.depend in objtree instead as to clean it up properly.
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)


Signed-off-by: missing

> diff --git a/Makefile b/Makefile
> index 7c02096..e819e56 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -526,7 +526,7 @@ unconfig:
>       @$(MKCONFIG) -A $(@:_config=)
>  
>  sinclude .boards.depend
> -.boards.depend:      boards.cfg
> +$(obj).boards.depend:        boards.cfg
>       awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< 
> > $@

We should also use

        sinclude $(obj).boards.depend

then.

Applied with this additional change. Thanks.

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: w...@denx.de
Substitute "damn" every time you're inclined to write "very"; your
editor will delete it and the writing will be just as it should be.
                - Mark Twain
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to