diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-23 16:04:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 22:30:14 +0100 |
commit | 7cbb476661b0cfa213d8885f3fe5d58823e84286 (patch) | |
tree | 7d3765f7e882d19617dcc735b8e556d937e103ba /docs/manual | |
parent | 02b14d55abbc43c598fbf41a02360b4e966be0dd (diff) | |
download | buildroot-7cbb476661b0cfa213d8885f3fe5d58823e84286.tar.gz buildroot-7cbb476661b0cfa213d8885f3fe5d58823e84286.zip |
docs/manual: mention the per-package graph-depends target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/package-make-target.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt index 9eefe680b0..bd514f40e8 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 |