[Buildroot] [PATCH 5/8] graph-depends: document the max_depth variable

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri May 16 21:26:41 UTC 2014


Dear Yann E. MORIN,

On Fri, 16 May 2014 23:05:17 +0200, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> 
> Although unnecessary (we already have initialisation via the parser),
> initialise the max_depth option, and document it at the same time.

This description...

> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> Cc: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
> Cc: Samuel Martin <s.martin49 at gmail.com>
> ---
>  support/scripts/graph-depends | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
> index c3dcbf1..dc6b98f 100755
> --- a/support/scripts/graph-depends
> +++ b/support/scripts/graph-depends
> @@ -37,6 +37,9 @@ mode = 0
>  # Limit drawing the dependency graph to this depth. 0 means 'no limit'.
>  max_depth = 0
>  
> +# Whether to draw the transitive dependencies
> +transitive = True
> +

doesn't seem to match what the patch is doing. Am I missing something?

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


More information about the buildroot mailing list