From b9f0543fc84fd69f4d9a64b90cfeddee90b71f89 Mon Sep 17 00:00:00 2001 From: Fabio Porcedda Date: Wed, 23 Apr 2014 10:39:24 +0200 Subject: [PATCH] Makefile: let show-targets prints also the dependencies Because the "show-targets" target print the targets that will be built, print also their dependencies. Signed-off-by: Fabio Porcedda Cc: Thomas Petazzoni Cc: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc111b38cd..eff408b4c5 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 -- 2.30.2