[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] pdumper faaaece: Copy pdmp file to Emacs.app
From: |
Alan Third |
Subject: |
[Emacs-diffs] pdumper faaaece: Copy pdmp file to Emacs.app |
Date: |
Sun, 8 Apr 2018 06:06:29 -0400 (EDT) |
branch: pdumper
commit faaaeceec4a9f199942bd35b1b83e0345c828d82
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>
Copy pdmp file to Emacs.app
* nextstep/Makefile.in: Handle emacs.pdmp file.
---
nextstep/Makefile.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index cb69898..696a18b 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -44,7 +44,7 @@ ns_check_file = @ns_appdir@/@ns_check_file@
.PHONY: all
-all: ${ns_appdir} ${ns_appbindir}/Emacs
+all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_appbindir}/emacs.pdmp
${ns_check_file} ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
rm -rf ${ns_appdir}
@@ -63,6 +63,10 @@ ${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file}
../src/emacs${EXEEXT}
${MKDIR_P} ${ns_appbindir}
cp -f ../src/emacs${EXEEXT} $@
+${ns_appbindir}/emacs.pdmp: ${ns_appdir} ${ns_check_file}
../src/emacs${EXEEXT}.pdmp
+ ${MKDIR_P} ${ns_appbindir}
+ cp -f ../src/emacs${EXEEXT}.pdmp $@
+
.PHONY: FORCE
../src/emacs${EXEEXT}: FORCE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] pdumper faaaece: Copy pdmp file to Emacs.app,
Alan Third <=