qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] configure: warn if not using a separate build directory


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3] configure: warn if not using a separate build directory
Date: Tue, 31 Mar 2020 21:57:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 3/31/20 8:28 PM, Markus Armbruster wrote:
Eric Blake <address@hidden> writes:

On 3/31/20 12:16 PM, Daniel P. Berrangé wrote:
Running configure directly from the source directory is a build
configuration that will go away in future. It is also not currently
covered by any automated testing. Display a deprecation warning if
the user attempts to use an in-srcdir build setup, so that they are
aware that they're building QEMU in an undesirable manner.

Signed-off-by: Daniel P. Berrangé <address@hidden>
---


+if test "$in_srcdir" = "yes"; then
+    echo
+    echo "WARNING: SUPPORT FOR IN SOURCE DIR BUILDS IS DEPRECATED"
+    echo
+    echo "Support for running the 'configure' script directly from the"
+    echo "source directory is deprecated. In source dir builds are not"
+    echo "covered by automated testing and thus may not correctly build"
+    echo "QEMU. Users are recommended to use a separate build directory:"

Our mails crossed. I still think this reads a bit awkwardly; maybe:

s/IN SOURCE DIR BUILDS/BUILDING IN THE SOURCE DIR/
s/In source dir builds/In-tree builds/

Reviewed-by: Eric Blake <address@hidden>

Preferably with Eric's tweaks:
Reviewed-by: Markus Armbruster <address@hidden>


Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]