[Buildroot] [PATCH 4/4] Fix externals-deps and source-check when building out of tree

Peter Korsgaard jacmet at uclibc.org
Sun Aug 29 21:28:11 UTC 2010


>>>>> "Will" == Will Wagner <will_wagner at carallon.com> writes:

 Will> Signed-off-by: Will Wagner <will_wagner at carallon.com>
 Will> ---
 Will>  Makefile |    6 +++---
 Will>  1 files changed, 3 insertions(+), 3 deletions(-)

 Will> diff --git a/Makefile b/Makefile
 Will> index 291badf..7345beb 100644
 Will> --- a/Makefile
 Will> +++ b/Makefile
 Will> @@ -432,10 +432,10 @@ endif
 Will>  source: $(TARGETS_SOURCE) $(HOST_SOURCE)
 
 Will>  _source-check:
 Will> -	$(MAKE) SPIDER=--spider source
 Will> +	$(MAKE) O=$(O) SPIDER=--spider source

No that then breaks the build for ! O=<dir> builds. I've committed a
slightly different fix that works for both situations.

I see your patch is named 4/4, but I don't see any other patches from
you around that day - Was that just a mistake or did they get lost
somehow?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list