[Buildroot] [PATCH 3/4] Makefile: expose 'graph-depends' to generate a graph of the dependency tree

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Dec 28 11:46:07 UTC 2013


Dear Yann E. MORIN,

On Sat, 28 Dec 2013 00:12:51 +0100, Yann E. MORIN wrote:

> +%-graph-depends:
> +	@install -d $(O)/graphs
> +	@./support/scripts/graph-depends $(@:-graph-depends=) \
> +	|dot -Tpdf \
> +	-o $(O)/graphs/$(@).pdf

Why isn't that one done in the package infrastructure, i.e in
pkg-generic.mk ?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list