From 63fa896cb0bacd8bbf2fb7755bb3deca5b907103 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 10 Nov 2021 02:21:48 +0100 Subject: [PATCH] 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 e82eb4fa9e4..4c5535f8ad9 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) -- 2.39.5