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
Glasgow Haskell Compiler
GHC
Commits
42df3750
Commit
42df3750
authored
Sep 19, 2007
by
Ian Lynagh
Browse files
Hack to get haskell-src's Parser.hs into source distributions
parent
14d3b9c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
42df3750
...
...
@@ -506,6 +506,7 @@ dist ::
&&
for
i
in
$(SRC_DIST_DIRS)
;
do
mkdir
$$
i
;
(
cd
$$
i
&&
lndir
$(FPTOOLS_TOP_ABS)
/
$$
i
)
;
done
\
&&
for
i
in
$(SRC_DIST_FILES)
;
do
$(LN_S)
$(FPTOOLS_TOP_ABS)
/
$$
i .
;
done
\
&&
$(MAKE)
distclean
\
&&
$(CP)
$(FPTOOLS_TOP_ABS)
/libraries/haskell-src/dist/build/Language/Haskell/Parser.hs libraries/haskell-src/Language/Haskell/
\
&&
$(RM)
-rf
compiler/stage[123] mk/build.mk
\
&&
$(FIND)
$(SRC_DIST_DIRS)
\(
-name
_darcs
-o
-name
SRC
-o
-name
"autom4te*"
-o
-name
"*~"
-o
-name
".cvsignore"
-o
-name
"
\#
*"
-o
-name
".
\#
*"
-o
-name
"log"
-o
-name
"*-SAVE"
-o
-name
"*.orig"
-o
-name
"*.rej"
\)
-print
| xargs
$(RM)
-rf
\
)
...
...
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