From: Fabio Porcedda Date: Wed, 23 Apr 2014 08:39:24 +0000 (+0200) Subject: Makefile: let show-targets prints also the dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9f0543fc84fd69f4d9a64b90cfeddee90b71f89;p=buildroot.git 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 --- 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