emacs-devel
[Top][All Lists]
Advanced

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

Re: Question on https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=d


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 :-).

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.

My aim was to not change anything in the case the build is not self-contained, because I can't test that.

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.)



reply via email to

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