]> git.eshelyaron.com Git - emacs.git/commitdiff
Try to fix intermittent build problem on Macos
authorLars Ingebrigtsen <larsi@emkay.local>
Wed, 10 Nov 2021 01:21:48 +0000 (02:21 +0100)
committerLars Ingebrigtsen <larsi@emkay.local>
Wed, 10 Nov 2021 01:21:48 +0000 (02:21 +0100)
* src/Makefile.in (@): Also sign the bootstrap-emacs executable

src/Makefile.in

index e82eb4fa9e4859d39d6f05841f0fd873072640f1..4c5535f8ad9e9126d07754697b7dba327e618da2 100644 (file)
@@ -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)