emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6e5ac1d: Fix occasional pdumper/bootstrap error


From: Alan Third
Subject: [Emacs-diffs] master 6e5ac1d: Fix occasional pdumper/bootstrap error
Date: Mon, 21 Jan 2019 11:52:42 -0500 (EST)

branch: master
commit 6e5ac1d1ff38ae52321758f53fd513959d360e0b
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Fix occasional pdumper/bootstrap error
    
    * src/Makefile.in (emacs$(EXEEXT)): Copy the new executable over
    bootstrap-emacs.
---
 src/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.in b/src/Makefile.in
index 1d6faf9..e0b7e3d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -565,6 +565,7 @@ ifeq ($(DUMPING),unexec)
        cp -f $@ bootstrap-emacs$(EXEEXT)
 else
        rm -f $@ && cp -f temacs$(EXEEXT) $@
+       cp -f $@ bootstrap-emacs$(EXEEXT)
 endif
 
 ifeq ($(DUMPING),pdumper)



reply via email to

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