[Buildroot] [git commit master 1/1] docs: Document location of .config for out-of-tree builds

Peter Korsgaard jacmet at sunsite.dk
Mon Jun 21 21:07:12 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=cd7459b4eef742069f7796c4dfceed8facbfab68
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 docs/README         |    2 +-
 docs/buildroot.html |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/docs/README b/docs/README
index 022936b..c330a60 100644
--- a/docs/README
+++ b/docs/README
@@ -35,7 +35,7 @@ make command line, E.G.:
 
 $ make O=/tmp/build
 
-And all the output files will be located under /tmp/build.
+And all the output files (including .config) will be located under /tmp/build.
 
 More finegrained configuration:
 ===============================
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 37d3876..71bd72b 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -281,6 +281,12 @@ or
     <p>All the output files will be located under
     <code>/tmp/build</code>.</p>
 
+    <p>When using out-of-tree builds, the Buildroot
+    <code>.config</code> and  temporary files are also stored in the
+    output directory. This means that you can safely run multiple
+    builds in parallel using the same source tree as long as they use
+    unique output directories.</p>
+
     <h3><a name="environment_variables" id="environment_variables"></a>
     Environment variables</h3>
 
-- 
1.7.1




More information about the buildroot mailing list