diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-23 16:04:27 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-23 21:27:07 +0100 |
commit | 0b100de2cf36d81910ab53978b8a379214a683ea (patch) | |
tree | aea50da00ce408c015612995586cd2151af3354a /docs/manual | |
parent | f4b54ed184afb1a3e25b576e51a703abaa8ced56 (diff) | |
download | buildroot-0b100de2cf36d81910ab53978b8a379214a683ea.tar.gz buildroot-0b100de2cf36d81910ab53978b8a379214a683ea.zip |
docs/manual: toolchain packages no longer use custom makefiles
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/rebuilding-packages.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt index 88d667015d..da8d2308f7 100644 --- a/docs/manual/rebuilding-packages.txt +++ b/docs/manual/rebuilding-packages.txt @@ -69,8 +69,5 @@ files that just tell whether this or that action has been done): Buildroot will trigger the recompilation of the package from the compilation step (execution of +make+). -Note: toolchain packages use custom makefiles. Their stamp files are named -differently. - Further details about package special make targets are explained in xref:pkg-build-steps[]. |