[AC] carbon2: install dump file

Marcus Crestani crestani at informatik.uni-tuebingen.de
Mon Oct 1 13:16:51 EDT 2007


APPROVE COMMIT carbon2

NOTE: This patch has been committed

First of all: Thanks to Aidan for his effort and his work on the
merge!

With this patch, make install copies the dump file to the correct
location into XEmacs.app.

2007-10-01  Marcus Crestani  <crestani at xemacs.org>

        * Makefile.in.in: Install dump file into the correct path if the
          dumped data is not included in the binary.


Index: Makefile.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/Makefile.in.in,v
retrieving revision 1.21.2.2
diff -u -r1.21.2.2 Makefile.in.in
--- Makefile.in.in	30 Sep 2007 20:03:27 -0000	1.21.2.2
+++ Makefile.in.in	1 Oct 2007 14:58:06 -0000
@@ -397,7 +397,11 @@
 	     do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
 	else true; fi
 #if (defined(PDUMP) && !defined (DUMP_IN_EXEC)) || (defined (PDUMP) && defined(WIN32_NATIVE))
+# ifdef HAVE_CARBON 
+	${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/../../MacOS/${PROGNAME}.dmp
+# else
 	${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp
+# endif
 #endif
 #ifdef WIN32_NATIVE
 	${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}

-- 
Marcus



More information about the XEmacs-Patches mailing list