[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] configure: add support for pseudo-"in source tree" builds
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH v2] configure: add support for pseudo-"in source tree" builds |
Date: |
Fri, 21 Aug 2020 12:15:51 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 |
On 21/08/20 12:04, Kevin Wolf wrote:
>> So I'm not sure why the first build gets as far as it does, but does NOT
>> complete things and yet does not fail make, but my advice is that you should
>> NOT try to an incremental build on in-tree build when crossing the meson
>> epoch. If you are a fan of in-tree convenience, you need a ONE-TIME
>> distclean when pulling in these changes (the fact that you HAVE to clean up
>> trace.h files to merge in the meson stuff should be a hint for that). After
>> that has been done, you can go back to pretending meson supports in-tree.
> Sounds like it will be painful to switch between branches based on make
> and branches based on meson. By extension, it will also be painful to
> check out and build old versions for comparison, or doing that even more
> than once during git bisect. :-(
Not if you switch to out-of-tree builds...
Paolo
Re: [PATCH v2] configure: add support for pseudo-"in source tree" builds, Paolo Bonzini, 2020/08/21
Re: [PATCH v2] configure: add support for pseudo-"in source tree" builds, Kevin Wolf, 2020/08/21