Try to fix intermittent build problem on Macos

* src/Makefile.in (@): Also sign the bootstrap-emacs executable
This commit is contained in:
Lars Ingebrigtsen 2021-11-10 02:21:48 +01:00
parent a28647a6b6
commit 63fa896cb0

View 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)