Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
3a816ba6
Commit
3a816ba6
authored
Mar 28, 2002
by
sof
Browse files
[project @ 2002-03-28 15:11:48 by sof]
running binary-dist without having BIN_DIST set is now a no-no, I believe.
parent
aae3b54e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3a816ba6
...
...
@@ -97,6 +97,9 @@ BIN_DIST_NAME=$(ProjectNameShort)-$(ProjectVersion)
BIN_DIST_TMPDIR
=
$(FPTOOLS_TOP_ABS)
binary-dist-pre
::
ifeq
"$(BIN_DIST)" ""
echo
"WARNING: To run the binary-dist target, you need to set BIN_DIST=1 in your build.mk"
&&
exit
1
endif
-
rm
-rf
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
-
rm
-f
$(BIN_DIST_TMPDIR)
/
$(BIN_DIST_NAME)
.tar.gz
@
for
i
in
$(BIN_DIST_DIRS)
;
do
\
...
...
Write
Preview
Markdown
is supported
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