summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2014-03-17 09:22:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-03-17 22:10:45 +0100
commite0c6067772f4f131678ca8eeb8e45dcbea9f6f36 (patch)
treeecbeb892f9d20a5f86b7ab372a383d58781c4633 /docs/manual
parentb40eb002646d3374123094b220c7f18497b7c461 (diff)
downloadbuildroot-e0c6067772f4f131678ca8eeb8e45dcbea9f6f36.tar.gz
buildroot-e0c6067772f4f131678ca8eeb8e45dcbea9f6f36.zip
Remove STAMP_DIR
Since the migration of the toolchains to the generic package infrastructure, it is no longer used. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/how-buildroot-works.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/how-buildroot-works.txt b/docs/manual/how-buildroot-works.txt
index a96e45b0fe..5ef6e0ff36 100644
--- a/docs/manual/how-buildroot-works.txt
+++ b/docs/manual/how-buildroot-works.txt
@@ -53,7 +53,7 @@ The main Makefile performs the following steps (once the
configuration is done):
* Create all the output directories: +staging+, +target+, +build+,
- +stamps+, etc. in the output directory (+output/+ by default,
+ etc. in the output directory (+output/+ by default,
another value can be specified using +O=+)
* Generate the toolchain target. When an internal toolchain is used, this
OpenPOWER on IntegriCloud