[Rpm-maint] [rpm-software-management/rpm] Proof-of-concept native support for vpath-style builds (PR #2886)
Vít Ondruch
notifications at github.com
Tue Feb 6 13:43:58 UTC 2024
> And, -s points at the source directory when it's the build directory you'd like to be able to name, so it's quite backwards.
Oh, now I see. The patch actually works the opposite way then I anticipated. It actually introduces `%{sourcesubdir}` while the `%{buildsubdir}` is actually already existing and is the current directory for `%configure` but also `%make` call, as it always was. This also explains the quote bellow, why you don't see need to change the make macros.
> > BTW this does not update the `make` macros, right? Which are likely more noisy then the `configure` itself. IOW on one `./configure` call, there are typically two make calls, such as `make` and `make install`
>
> There's nothing to update wrt the make macros. configure, which exists in the _soure_ directory, generates the makefiles into the build directory, and then you just run make as you always did. Noisiness has nothing to do with it.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2886#issuecomment-1929658172
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2886/c1929658172 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240206/a9070930/attachment.html>
More information about the Rpm-maint
mailing list