summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-04-23 10:39:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-24 00:20:36 +0200
commitb9f0543fc84fd69f4d9a64b90cfeddee90b71f89 (patch)
tree20111881dd3a5d730e8f14399c2817c221162405 /Makefile
parentc3e49d69bd222163225b2a02fa03f9911a75abe5 (diff)
downloadbuildroot-b9f0543fc84fd69f4d9a64b90cfeddee90b71f89.tar.gz
buildroot-b9f0543fc84fd69f4d9a64b90cfeddee90b71f89.zip
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 <fabio.porcedda@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud