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
467f1aa6
Commit
467f1aa6
authored
Jun 02, 2009
by
Simon Marlow
Browse files
fix 'make sdist'
parent
e657b7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
467f1aa6
...
...
@@ -819,7 +819,7 @@ SRC_DIST_FILES += \
aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh
\
ghc.spec.in ghc.spec extra-gcc-opts.in VERSION boot ghc.mk
SRC_DIST_TARBALL
=
ghc-
$(ProjectVersion
)
-src
.tar.bz2
SRC_DIST_TARBALL
=
$(SRC_DIST_NAME
)
-src
.tar.bz2
VERSION
:
echo
$(ProjectVersion)
>
VERSION
...
...
@@ -842,7 +842,7 @@ sdist_file = \
.PHONY
:
sdist-prep
sdist-prep
:
"
$(RM)
"
$(RM_OPTS)
-r
$(SRC_DIST_DIR)
"
$(RM)
"
$(
SRC_DIST_NAME)
.tar.gz
"
$(RM)
"
$(
RM_OPTS)
$(SRC_DIST_TARBALL)
mkdir
$(SRC_DIST_DIR)
(
cd
$(SRC_DIST_DIR)
\
&&
for
i
in
$(SRC_DIST_DIRS)
;
do
mkdir
$$
i
;
(
cd
$$
i
&&
lndir
$(TOP)
/
$$
i
)
;
done
\
...
...
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