summaryrefslogtreecommitdiff
path: root/nextstep
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-19 17:31:02 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-19 17:31:02 +0000
commit8e3f151eb9cb4036be02d6a10334669c279d8000 (patch)
treeed9aa13dcceea3df50af7dbfe78de92f5cf98bd7 /nextstep
parent04173931b0c63333bbdea4f7ed78a72d6835147e (diff)
downloademacs-8e3f151eb9cb4036be02d6a10334669c279d8000.tar.gz
finish 5/17 check-in
Diffstat (limited to 'nextstep')
-rw-r--r--nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj b/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj
index 584406f15a3..0f465dc65ee 100644
--- a/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj
+++ b/nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj
@@ -493,12 +493,11 @@
3CED88240FC0FE7C005ACB89 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
- comments = "This script sets up the Emacs.app bundle by copying from Cocoa/Emacs.base, and copying the binary emacs. It runs the ns-app target in src/Makefile. This depends on emacs target, so temacs resulting from previous step is dumped into emacs.";
files = (
);
inputPaths = (
Emacs.base,
- ../../src/emacs,
+ ../../src/temacs,
);
outputPaths = (
../Emacs.app,
@@ -506,7 +505,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "cd ../../src\nif [ ! -x ../nextstep/Emacs.app/Contents/Info.plist ]; then\n\trm -fr ../nextstep/Emacs.app\nfi\nmake ns-app\n";
+ shellScript = "# This script sets up the Emacs.app bundle by copying from Cocoa/Emacs.base,\n# and copying the binary emacs. It runs the ns-app target in src/Makefile.\n# This depends on emacs target, so temacs resulting from previous step is\n# dumped into emacs.\n\ncd ../../src\n\n# This must be done to force the following script to run.\nif [ ! -r ../nextstep/Emacs.app/Contents/Info.plist ]; then\n\trm -fr ../nextstep/Emacs.app\nfi\n\nmake ns-app\n";
};
3CED883D0FC0FF6E005ACB89 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;