emacs-diffs
[Top][All Lists]
Advanced

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

master 63fa896: Try to fix intermittent build problem on Macos


From: Lars Ingebrigtsen
Subject: master 63fa896: Try to fix intermittent build problem on Macos
Date: Tue, 9 Nov 2021 20:22:14 -0500 (EST)

branch: master
commit 63fa896cb0bacd8bbf2fb7755bb3deca5b907103
Author: Lars Ingebrigtsen <larsi@emkay.local>
Commit: Lars Ingebrigtsen <larsi@emkay.local>

    Try to fix intermittent build problem on Macos
    
    * src/Makefile.in (@): Also sign the bootstrap-emacs executable
---
 src/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Makefile.in b/src/Makefile.in
index e82eb4f..4c5535f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -852,6 +852,9 @@ ifeq ($(DUMPING),unexec)
 else
        @: In the pdumper case, make compile-first after the dump
        cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT)
+ifeq ($(DO_CODESIGN),yes)
+       codesign -s - -f bootstrap-emacs$(EXEEXT)
+endif
 endif
 
 ifeq ($(DUMPING),pdumper)



reply via email to

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