[Buildroot] [PATCH] Create 'make <pkt>-show-rrdepends' command

Arnout Vandecappelle arnout at mind.be
Wed Oct 4 16:18:32 UTC 2017



On 03-10-17 14:32, Carlos Santos wrote:
> From: George Redivo <george.redivo at datacom.ind.br>
> 
> Hello,
> 
> Looks like this https://patchwork.ozlabs.org/patch/756075/ was accepted by
> Arnout but was left behind. Could we have it applied, please?

 I didn't exactly "accept" this patch. I thought the implementation was
acceptable, but I wasn't entirely sure the use case was important enough to
warrant the additional complexity.

 If I understand the use case correctly, what you want is that you have changed
something in package A, so you want to rebuild package A and all its recursive
dependencies. For that, a recursive dirclean is probably more appropriate:

$(1)-dirclean-recursive: $(1)-dirclean $$(patsubst
%,%-dirclean-recursive,$$($(2)_FINAL_ALL_DEPENDENCIES))


 Regards,
 Arnout
-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list