Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
a558bffd
Commit
a558bffd
authored
Oct 07, 2004
by
mthomas
Browse files
[project @ 2004-10-07 06:38:20 by mthomas]
Check for shell scripts first - they don't exist on my Windows nightly build.
parent
82a610f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a558bffd
...
...
@@ -327,8 +327,10 @@ endif
ifneq
"$($(Project)BinDistShScripts)" ""
binary-dist
::
@
for
i
in
$
(
$(Project)
BinDistShScripts
)
;
do
\
echo
"Renaming
$$
i to
$$
i.sh"
;
\
$(MV)
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/bin/
$(TARGETPLATFORM)
/
$$
i
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/bin/
$(TARGETPLATFORM)
/
$$
i.sh
;
\
if
test
-x
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/bin/
$(TARGETPLATFORM)
/
$$
i
;
then
\
echo
"Renaming
$$
i to
$$
i.sh"
;
\
$(MV)
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/bin/
$(TARGETPLATFORM)
/
$$
i
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
/bin/
$(TARGETPLATFORM)
/
$$
i.sh
;
\
fi
\
done
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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