mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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>
This commit is contained in:
parent
483db99089
commit
9ef15934fe
@ -59,14 +59,28 @@ Additionally, there are some other useful make targets:
|
|||||||
|===================================================
|
|===================================================
|
||||||
| command/target | Description
|
| command/target | Description
|
||||||
|
|
||||||
| +show-depends+ | Displays the dependencies required to build the
|
| +show-depends+ | Displays the first-order dependencies required to build the
|
||||||
package
|
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
|
| +graph-depends+ | Generate a dependency graph of the package, in the
|
||||||
context of the current Buildroot configuration. See
|
context of the current Buildroot configuration. See
|
||||||
xref:graph-depends[this section] for more details about dependency
|
xref:graph-depends[this section] for more details about dependency
|
||||||
graphs.
|
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
|
| +dirclean+ | Remove the whole package build directory
|
||||||
|
|
||||||
| +reinstall+ | Re-run the install commands
|
| +reinstall+ | Re-run the install commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user