|
From: | Gerd Möllmann |
Subject: | Re: Question on https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=d0b1e3647fb4e6d889f9f999388c53daf0e67f0d |
Date: | Thu, 21 Sep 2023 19:06:20 +0200 |
User-agent: | Mozilla Thunderbird |
On 23-09-21 18:50 , Alan Third wrote:
On Thu, Sep 21, 2023 at 10:46:56AM +0200, Gerd Möllmann wrote:On 23-09-21 8:29 , Pedro Andres Aranda Gutierrez wrote:I'm confused...I assume that is nextstep/Makefile.in. We want to cp the .pdmp file only if we don't do a self-contained build (...=no).Now I'm confused!
I suspect you're all trying to confuse me :-).
My aim was to not change anything in the case the build is not self-contained, because I can't test that.We only have to install the pdmp file in the app bundle when doing a self-contained build. If your other change in Makefile.in already does that, then this cp isn't needed at all.
In nextstep/Makefile.in, the cp - is not done in the self-contained case - is done for the non-self-contained case(This cp was formerly done for a naked make at toplevel, not only for a make install. That was the problem resulting in an inconistent Emacs.app.)
In the toplevel Makefile.in- the install is done in the self-contained case, as a substitute for the now missing cp in nextstep/Makefile.in
- nothing is changed for the non-self-contained case (This happens when we make install.)
[Prev in Thread] | Current Thread | [Next in Thread] |