Loading docs/buildroot.html +16 −1 Original line number Diff line number Diff line Loading @@ -278,6 +278,12 @@ or $ make O=/tmp/build </pre> <p>Or:</p> <pre> $ cd /tmp/build; make O=$PWD -C path/to/buildroot </pre> <p>All the output files will be located under <code>/tmp/build</code>.</p> Loading @@ -287,6 +293,15 @@ or builds in parallel using the same source tree as long as they use unique output directories.</p> <p>For ease of use, Buildroot generates a Makefile wrapper in the output directory - So after the first run, you no longer need to pass <code>O=..</code> and <code>-C ..</code>, simply run (in the output directory):</p> <pre> $ make <target> </pre> <h3><a name="environment_variables" id="environment_variables"></a> Environment variables</h3> Loading Loading
docs/buildroot.html +16 −1 Original line number Diff line number Diff line Loading @@ -278,6 +278,12 @@ or $ make O=/tmp/build </pre> <p>Or:</p> <pre> $ cd /tmp/build; make O=$PWD -C path/to/buildroot </pre> <p>All the output files will be located under <code>/tmp/build</code>.</p> Loading @@ -287,6 +293,15 @@ or builds in parallel using the same source tree as long as they use unique output directories.</p> <p>For ease of use, Buildroot generates a Makefile wrapper in the output directory - So after the first run, you no longer need to pass <code>O=..</code> and <code>-C ..</code>, simply run (in the output directory):</p> <pre> $ make <target> </pre> <h3><a name="environment_variables" id="environment_variables"></a> Environment variables</h3> Loading