emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 b7ae023: ; * src/Makefile.in (../native-lisp): More tweaks of t


From: Eli Zaretskii
Subject: emacs-28 b7ae023: ; * src/Makefile.in (../native-lisp): More tweaks of the recipe.
Date: Mon, 4 Oct 2021 09:55:13 -0400 (EDT)

branch: emacs-28
commit b7ae0232bed40fd643cfeffbf12110de9e8dbc15
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/Makefile.in (../native-lisp): More tweaks of the recipe.
---
 src/Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 25c7865..759572f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -807,8 +807,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) 
$(lisp:.elc=.eln)
        if test ! -d $@; then \
          mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \
          LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup 
--temacs=pdump \
-               --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR); \
-         cp -f $@ $(bootstrap_pdmp); \
+               --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \
+         && cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \
+         && cp -f $(pdmp) $(bootstrap_pdmp); \
        fi
 endif
 



reply via email to

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