[libvirt PATCH] docs: fix compilation instructions to use separate build dir

Daniel P. Berrangé posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200717095043.247363-1-berrange@redhat.com
docs/compiling.html.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[libvirt PATCH] docs: fix compilation instructions to use separate build dir
Posted by Daniel P. Berrangé 3 years, 9 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 docs/compiling.html.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/compiling.html.in b/docs/compiling.html.in
index 0e12a9218e..18943a9a79 100644
--- a/docs/compiling.html.in
+++ b/docs/compiling.html.in
@@ -76,7 +76,8 @@ $ <b>sudo</b> <i>make install</i></pre>
     </p>
 
     <pre>
-$ ./autogen.sh --prefix=$HOME/usr
+$ mkdir build &amp;&amp; cd build
+$ ../autogen.sh --prefix=$HOME/usr
 $ make
 $ <b>sudo</b> make install</pre>
 
@@ -88,7 +89,8 @@ $ <b>sudo</b> make install</pre>
     </p>
 
     <pre>
-$ ./autogen.sh --system
+$ mkdir build &amp;&amp; cd build
+$ ../autogen.sh --system
 $ make
     </pre>
 
-- 
2.26.2

Re: [libvirt PATCH] docs: fix compilation instructions to use separate build dir
Posted by Pavel Hrdina 3 years, 9 months ago
On Fri, Jul 17, 2020 at 10:50:43AM +0100, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/compiling.html.in | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Re: [libvirt PATCH] docs: fix compilation instructions to use separate build dir
Posted by Andrea Bolognani 3 years, 9 months ago
On Fri, 2020-07-17 at 10:50 +0100, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  docs/compiling.html.in | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization