docs: Document location of .config for out-of-tree builds
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 21 Jun 2010 21:07:12 +0000 (23:07 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 21 Jun 2010 21:07:12 +0000 (23:07 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/README
docs/buildroot.html

index 022936b69efd1772cd1471fb6d9157462dd04ee4..c330a606bb5f07759bc193799b5f7ff98fa312d0 100644 (file)
@@ -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:
 ===============================
index 37d3876276234c18c6ce4f72754705c97ea13f1d..71bd72b6019464bebba70995f4dcdf3f186e5cbb 100644 (file)
@@ -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>