summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-27 17:45:33 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-01-29 00:32:11 +0100
commit9ef15934fea905fddf71efd48fd805dab2ec58d7 (patch)
treef0df4c43c1450b25e7512e2d291a550f4d91fe5a /docs
parent483db9908985d023b858c0b59d4016f9abb4b6f9 (diff)
docs/manual: update package-make-target.txt with more targets
This commit updates package-make-target.txt with a few additional useful per-package targets that have been added in recent times. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/package-make-target.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt
index c91106e8e9..795c7d46de 100644
--- a/docs/manual/package-make-target.txt
+++ b/docs/manual/package-make-target.txt
@@ -59,14 +59,28 @@ Additionally, there are some other useful make targets:
|===================================================
| command/target | Description
-| +show-depends+ | Displays the dependencies required to build the
+| +show-depends+ | Displays the first-order dependencies required to build the
package
+| +show-recursive-depends+ | Recursively displays the dependencies
+ required to build the package
+
+| +show-rdepends+ | Displays the first-order reverse dependencies of
+ the package (i.e packages that directly depend on it)
+
+| +show-recursive-rdepends+ | Recursively displays the reverse
+ dependencies of the package (i.e the packages that depend on it,
+ directly or indirectly)
+
| +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.
+| +graph-rdepends+ | Generate a graph of this package reverse
+ dependencies (i.e the packages that depend on it, directly or
+ indirectly)
+
| +dirclean+ | Remove the whole package build directory
| +reinstall+ | Re-run the install commands