[Buildroot] [PATCH v2] Makefile: let show-targets prints also the dependencies

Fabio Porcedda fabio.porcedda at gmail.com
Wed Apr 23 08:52:22 UTC 2014


On Tue, Apr 22, 2014 at 12:10 PM, Fabio Porcedda
<fabio.porcedda at gmail.com> wrote:
> Because the "show-targets" target print the targets that will be built,
> print also their dependencies.
>
> Signed-off-by: Fabio Porcedda <fabio.porcedda at gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> ---
> v2:
>  - remove the refactor code to simplify the merge of this patch
>
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index d10da9d..a6e6ecb 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -653,7 +653,7 @@ legal-info: dirs legal-info-clean legal-info-prepare $(TARGETS_LEGAL_INFO) \
>         @rm -f $(LEGAL_WARNINGS)
>
>  show-targets:
> -       @echo $(TARGETS) $(TARGETS_ROOTFS)
> +       @echo $(HOST_DEPS) $(TARGETS_HOST_DEPS) $(TARGETS) $(TARGETS_ROOTFS)
>
>  graph-build: $(O)/build/build-time.log
>         @install -d $(O)/graphs
> --
> 1.8.3.2
>

I've resent this patch as part of the original patch set:
http://patchwork.ozlabs.org/patch/341727/

Regards
-- 
Fabio Porcedda



More information about the buildroot mailing list