Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e946a8b1
Commit
e946a8b1
authored
Sep 27, 2009
by
Ian Lynagh
Browse files
Don't use absolute paths unnecessarily when making bindists
parent
845e0b2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
distrib/MacOS/GHC.xcodeproj/project.pbxproj
View file @
e946a8b1
...
...
@@ -167,7 +167,7 @@
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"if [ ${ACTION} = build ]; then\n make -C ../..
BIN_DIST_TOPDIR_ABS=${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH}
BIN_DIST_NAME=ghc binary-dist\nfi\n"
;
shellScript
=
"if [ ${ACTION} = build ]; then\n make -C ../.. BIN_DIST_NAME=ghc binary-dist\nfi\n"
;
};
/* End PBXShellScriptBuildPhase section */
...
...
mk/config.mk.in
View file @
e946a8b1
...
...
@@ -361,8 +361,7 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
DEFAULT_TMPDIR
=
/C/TEMP
endif
BIN_DIST_TOPDIR_ABS
=
$(TOP)
BIN_DIST_DIR
=
$(BIN_DIST_TOPDIR_ABS)
/bindistprep/
$(BIN_DIST_NAME)
BIN_DIST_DIR
=
bindistprep/
$(BIN_DIST_NAME)
BIN_DIST_NAME
=
ghc-
$(ProjectVersion)
BIN_DIST_TAR
=
$(TOP)
/bindistprep/
$(BIN_DIST_NAME)
-
$(TARGETPLATFORM)
.tar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment