summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@emkay.local>2021-11-10 02:21:48 +0100
committerLars Ingebrigtsen <larsi@emkay.local>2021-11-10 02:21:48 +0100
commit63fa896cb0bacd8bbf2fb7755bb3deca5b907103 (patch)
treed42a5a1baf4f867779e04ad989bc647eba59d26d /src/Makefile.in
parenta28647a6b6800212e632ea6b86763dbff4a40d00 (diff)
downloademacs-63fa896cb0bacd8bbf2fb7755bb3deca5b907103.tar.gz
Try to fix intermittent build problem on Macos
* src/Makefile.in (@): Also sign the bootstrap-emacs executable
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
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)