diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-12-28 18:39:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-29 12:13:12 +0100 |
commit | e16bf922524bb46f00bfc8f77ccf42e59eff989b (patch) | |
tree | 4190f997b0fbcf78ff59a6ce19dabb55c7d02e4a /docs/manual/common-usage.txt | |
parent | 7d656636bd4d9df6c4356bdb6c60c8e604be10d0 (diff) | |
download | buildroot-e16bf922524bb46f00bfc8f77ccf42e59eff989b.tar.gz buildroot-e16bf922524bb46f00bfc8f77ccf42e59eff989b.zip |
Makefile: expose target 'graph-build' to generate the build-time graphs
Generate the build-time graphs by calling:
make graph-build
This generates the graphs in $(O)/graphs/
It is possible to use the alternate color-scheme by setting the variable
GRAPH_ALT=1 on the command line:
make GRAPH_ALT=1 graph-build
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/common-usage.txt')
-rw-r--r-- | docs/manual/common-usage.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index 1290dfc1b7..7c7694265f 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -86,6 +86,8 @@ to +make+ or set in the environment: Note that the Buildroot download directory can also be set from the configuration interface, so through the Buildroot +.config+ file; this is the recommended way of setting it. +* +GRAPH_ALT+, if set and non-empty, to use an alternate color-scheme in + build-time graphs An example that uses config files located in the toplevel directory and in your $HOME: |