瀏覽代碼

docs: Document location of .config for out-of-tree builds

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父節點
當前提交
cd7459b4ee
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 1 1
      docs/README
  2. 6 0
      docs/buildroot.html

+ 1 - 1
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:
 ===============================

+ 6 - 0
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>