diff options
| author | Lars Ingebrigtsen | 2021-11-10 02:21:48 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-11-10 02:21:48 +0100 |
| commit | 63fa896cb0bacd8bbf2fb7755bb3deca5b907103 (patch) | |
| tree | d42a5a1baf4f867779e04ad989bc647eba59d26d /src/Makefile.in | |
| parent | a28647a6b6800212e632ea6b86763dbff4a40d00 (diff) | |
| download | emacs-63fa896cb0bacd8bbf2fb7755bb3deca5b907103.tar.gz emacs-63fa896cb0bacd8bbf2fb7755bb3deca5b907103.zip | |
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.in | 3 |
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) | |||
| 852 | else | 852 | else |
| 853 | @: In the pdumper case, make compile-first after the dump | 853 | @: In the pdumper case, make compile-first after the dump |
| 854 | cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT) | 854 | cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT) |
| 855 | ifeq ($(DO_CODESIGN),yes) | ||
| 856 | codesign -s - -f bootstrap-emacs$(EXEEXT) | ||
| 857 | endif | ||
| 855 | endif | 858 | endif |
| 856 | 859 | ||
| 857 | ifeq ($(DUMPING),pdumper) | 860 | ifeq ($(DUMPING),pdumper) |