emacs-pretest-bug
[Top][All Lists]
Advanced

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

22.0.90 missing Mac OS X build files


From: Arjen Wiersma
Subject: 22.0.90 missing Mac OS X build files
Date: Thu, 2 Nov 2006 16:33:07 +0100

This mail was sent to emacs-devel during my lunch break, reviewing the announcement again I saw that there was a special pretest bug list, here is my original mail:

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

reply via email to

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