From: "Arjen Wiersma" <arjenw@gmail.com>
Subject: 22.0.90 tarball fails build on mac
Date: Thu, 2 Nov 2006 13:19:53 +0100 [thread overview]
Message-ID: <595c43a60611020419s79a47b12v3cedc871842c03f@mail.gmail.com> (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
next reply other threads:[~2006-11-02 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 12:19 Arjen Wiersma [this message]
2006-11-03 18:29 ` 22.0.90 tarball fails build on mac Chong Yidong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=595c43a60611020419s79a47b12v3cedc871842c03f@mail.gmail.com \
--to=arjenw@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.