unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* Re: 22.0.90 tarball fails build on mac
  2006-11-02 12:19 22.0.90 tarball fails build on mac Arjen Wiersma
@ 2006-11-03 18:29 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2006-11-03 18:29 UTC (permalink / raw)
  Cc: emacs-devel

"Arjen Wiersma" <arjenw@gmail.com> writes:

> 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.

This bug is already fixed in Emacs CVS, and will be fixed in the next
pretest tarball.  Thanks for reporting.

^ 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).