* 22.0.90 tarball fails build on mac
@ 2006-11-02 12:19 Arjen Wiersma
2006-11-03 18:29 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: Arjen Wiersma @ 2006-11-02 12:19 UTC (permalink / raw)
Hi,
I downloaded the pretest tarball today and found that several files
are missing from a make-dist --snapshot run.
The following patch to make-dist includes the missing files and makes
it possible to build Emacs 22.0.90 on the mac using make-package.
Please note that all the files were properly tagged in CVS.
Kindest regards,
Arjen <arjen at wiersma.org>
Patch follows:
--- make-dist 12 Sep 2006 16:43:23 -0000 1.222
+++ make-dist 2 Nov 2006 12:18:41 -0000
@@ -522,7 +522,7 @@
echo "Making links to \`mac'"
(cd mac
- ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac)
+ ln ChangeLog INSTALL README *.xml *.MPW make-package ../${tempdir}/mac)
echo "Making links to \`mac/inc'"
(cd mac/inc
@@ -540,9 +540,13 @@
(cd mac/Emacs.app/Contents
ln Info.plist PkgInfo ../../../${tempdir}/mac/Emacs.app/Contents)
+echo "Making links to \`mac/Emacs.app/Contents/Resources'"
+(cd mac/Emacs.app/Contents/Resources
+ ln Emacs.icns ../../../../${tempdir}/mac/Emacs.app/Contents/Resources)
+
echo "Making links to \`mac/Emacs.app/Contents/Resources/English.lproj'"
(cd mac/Emacs.app/Contents/Resources/English.lproj
- ln InfoPlist.strings
../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
+ ln InfoPlist.strings
../../../../../${tempdir}/mac/Emacs.app/Contents/Resources/English.lproj)
echo "Making links to \`msdos'"
(cd msdos
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-03 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 12:19 22.0.90 tarball fails build on mac Arjen Wiersma
2006-11-03 18:29 ` Chong Yidong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.