emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1b0a1e5d224 1/4: Remove redundant pdmp file copy (bug#66022)


From: Alan Third
Subject: master 1b0a1e5d224 1/4: Remove redundant pdmp file copy (bug#66022)
Date: Sat, 30 Dec 2023 06:24:35 -0500 (EST)

branch: master
commit 1b0a1e5d224831c09ac655af5bd75b47827ae98d
Author: Alan Third <alan@idiocy.org>
Commit: Alan Third <alan@idiocy.org>

    Remove redundant pdmp file copy (bug#66022)
    
    * nextstep/Makefile.in (${ns_applibexecdir}/Emacs.pdmp): The pdmp file
    is not required in the app bundle for a non-self-contained install.
---
 nextstep/Makefile.in | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 89318a1efa8..62bd8cdeace 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -46,11 +46,7 @@ ns_check_file = @ns_appdir@/@ns_check_file@
 
 .PHONY: all
 
-ifeq ($(DUMPING),pdumper)
-ns_pdmp_target = ${ns_applibexecdir}/Emacs.pdmp
-endif
-
-all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_pdmp_target}
+all: ${ns_appdir} ${ns_appbindir}/Emacs
 
 ${ns_check_file}: ${ns_appdir}
 
@@ -71,12 +67,6 @@ ${ns_appbindir}/Emacs: ${ns_appdir} ${ns_check_file} 
../src/emacs${EXEEXT}
        ${MKDIR_P} ${ns_appbindir}
        cp -f ../src/emacs${EXEEXT} $@
 
-${ns_applibexecdir}/Emacs.pdmp: ${ns_appdir} ${ns_check_file} 
../src/emacs${EXEEXT}.pdmp
-       ${MKDIR_P} ${ns_applibexecdir}
-ifeq (${ns_self_contained},no)
-       cp -f ../src/emacs${EXEEXT}.pdmp $@
-endif
-
 .PHONY: FORCE
 
 ../src/emacs${EXEEXT}: FORCE



reply via email to

[Prev in Thread] Current Thread [Next in Thread]