diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-12 18:37:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-14 10:18:55 +0200 |
commit | adc88b8663eeff061c01726192599d5aaaf5f000 (patch) | |
tree | 88d5c7233b5368d7df355bfee441e09bae2a81b0 /package/json-c | |
parent | 5db22b36c9cc85f98354b1a183cd6d022f223a5e (diff) | |
download | buildroot-adc88b8663eeff061c01726192599d5aaaf5f000.tar.gz buildroot-adc88b8663eeff061c01726192599d5aaaf5f000.zip |
Makefile: simplify show-targets
show-targets is only used currently by the graph-depends script, which
already recurses into the dependencies of the selected packages to
build the dependency graph. Therefore, dumping the contents of
$(PACKAGES) and $(ROOTFS_TARGETS) is sufficient: $(HOST_DEPS) and
$(TARGET_HOST_DEPS) will contain packages that are dependencies of
packages already listed in $(PACKAGES), which graph-depends will
discover by itself.
This allows to remove one more usage of $(HOST_DEPS) and
$(TARGET_HOST_DEPS), which is one more step towards their removal.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'package/json-c')
0 files changed, 0 insertions, 0 deletions