diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2014-03-06 10:42:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-06 22:50:48 +0100 |
commit | cf53e15d09056cc9b72fc0d92b2a22e0e26ba989 (patch) | |
tree | 707e154a32f8d6a7e199ef7df0913644e7629289 /docs/manual | |
parent | b08cddec48d27105b8413ed2c89393658d01f642 (diff) | |
download | buildroot-cf53e15d09056cc9b72fc0d92b2a22e0e26ba989.tar.gz buildroot-cf53e15d09056cc9b72fc0d92b2a22e0e26ba989.zip |
Makefile: remove BASE_TARGETS variable
Because now the toolchain dependency is automatically added by the
package infrastructure the BASE_TARGETS variable is useless so just
remove it.
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/how-buildroot-works.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/how-buildroot-works.txt b/docs/manual/how-buildroot-works.txt index 68ddd13793..a96e45b0fe 100644 --- a/docs/manual/how-buildroot-works.txt +++ b/docs/manual/how-buildroot-works.txt @@ -56,11 +56,10 @@ configuration is done): +stamps+, etc. in the output directory (+output/+ by default, another value can be specified using +O=+) -* Generate all the targets listed in the +BASE_TARGETS+ variable. When - an internal toolchain is used, this means generating the - cross-compilation toolchain. When an external toolchain is used, - this means checking the features of the external toolchain and - importing it into the Buildroot environment. +* Generate the toolchain target. When an internal toolchain is used, this + means generating the cross-compilation toolchain. When an external + toolchain is used, this means checking the features of the external + toolchain and importing it into the Buildroot environment. * Generate all the targets listed in the +TARGETS+ variable. This variable is filled by all the individual components' |