projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c433803
)
Fix OSX build without pdumper
author
Jindrich Makovicka
<makovick@gmail.com>
Wed, 19 Mar 2025 09:03:09 +0000
(10:03 +0100)
committer
Eshel Yaron
<me@eshelyaron.com>
Sun, 23 Mar 2025 18:10:21 +0000
(19:10 +0100)
* Makefile.in (install-arch-dep) [ns_self_contained]: Add missing
DUMPING = pdumper check.
Copyright-paperwork-exempt: yes
(cherry picked from commit
86c354dd0d891144bf5a6821949de7be3df0ffa2
)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 392c6536600646a18f5b833dc217e55b8f6f06a4..fd85c1cbd8a1059010cb383c71160797aba3e890 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-635,7
+635,9
@@
ifndef NO_BIN_LINK
cd "$(DESTDIR)${bindir}" && $(LN_S_FILEONLY) "$(EMACSFULL)" "$(EMACS)"
endif
else
+ifeq (${DUMPING},pdumper)
${INSTALL_DATA} src/emacs.pdmp "$(DESTDIR)${libexecdir}/Emacs.pdmp"
+endif
subdir=${ns_appresdir}/site-lisp && ${write_subdir}
rm -rf ${ns_appresdir}/share
endif