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
7bc551fa
Commit
7bc551fa
authored
Sep 29, 2009
by
Ian Lynagh
Browse files
Don't put library tarballs etc in the GHC source tarballs
parent
2ff6a174
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
7bc551fa
...
...
@@ -981,6 +981,8 @@ sdist-prep :
cd
$(SRC_DIST_DIR)
&&
for
i
in
$(SRC_DIST_DIRS)
;
do
mkdir
$$
i
;
(
cd
$$
i
&&
lndir
$(TOP)
/
$$
i
)
;
done
cd
$(SRC_DIST_DIR)
&&
for
i
in
$(SRC_DIST_FILES)
;
do
$(LN_S)
$(TOP)
/
$$
i .
;
done
cd
$(SRC_DIST_DIR)
&&
$(MAKE)
distclean
rm
-rf
$(SRC_DIST_DIR)
/libraries/tarballs/
rm
-rf
$(SRC_DIST_DIR)
/libraries/stamp/
cd
$(SRC_DIST_DIR)
&&
if
test
-f
$(TOP)
/libraries/haskell-src/dist/build/Language/Haskell/Parser.hs
;
then
"
$(CP)
"
$(TOP)
/libraries/haskell-src/dist/build/Language/Haskell/Parser.hs libraries/haskell-src/Language/Haskell/
;
mv
libraries/haskell-src/Language/Haskell/Parser.ly libraries/haskell-src/Language/Haskell/Parser.ly.source
;
fi
cd
$(SRC_DIST_DIR)
&&
$(
call
sdist_file,compiler,stage2,cmm,CmmLex,x
)
cd
$(SRC_DIST_DIR)
&&
$(
call
sdist_file,compiler,stage2,cmm,CmmParse,y
)
...
...
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