diff mbox

[13/13] docs/manual: mention the per-package graph-depends target

Message ID 1393167879-16637-14-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 7cbb476661b0cfa213d8885f3fe5d58823e84286
Headers show

Commit Message

Thomas Petazzoni Feb. 23, 2014, 3:04 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 docs/manual/package-make-target.txt | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Yann E. MORIN Feb. 23, 2014, 4:06 p.m. UTC | #1
Thomas, All,

On 2014-02-23 16:04 +0100, Thomas Petazzoni spake thusly:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/package-make-target.txt | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
> index 9eefe68..bd514f4 100644
> --- a/docs/manual/package-make-target.txt
> +++ b/docs/manual/package-make-target.txt
> @@ -63,6 +63,11 @@ Additionally, there are some other useful make targets:
>  | +show-depends+    | Displays the dependencies required to build the
>  package
>  
> +| +graph-depends+   | Generate a dependency graph of the package, in the
> +context of the current Buildroot configuration. See
> +xref:graph-depends[this section] for more details about dependency
> +graphs.
> +
>  | +dirclean+        | Remove the whole package build directory
>  
>  | +rebuild+         | Re-run the compilation commands - this only makes
> -- 
> 1.8.3.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index 9eefe68..bd514f4 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -63,6 +63,11 @@  Additionally, there are some other useful make targets:
 | +show-depends+    | Displays the dependencies required to build the
 package
 
+| +graph-depends+   | Generate a dependency graph of the package, in the
+context of the current Buildroot configuration. See
+xref:graph-depends[this section] for more details about dependency
+graphs.
+
 | +dirclean+        | Remove the whole package build directory
 
 | +rebuild+         | Re-run the compilation commands - this only makes