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
4ced8c7b
Commit
4ced8c7b
authored
Jul 28, 2008
by
Simon Marlow
Browse files
use absolute path to ghc-pkg
parent
72f39133
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/driver/1372/Makefile
View file @
4ced8c7b
...
...
@@ -27,7 +27,7 @@ prep:
for
i
in
p1 p2
;
do
\
(
cd
$$
i
&&
\
$(TEST_HC)
--make
-o
setup Setup.hs
&&
\
./setup configure
-v0
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
../
$(GHC_PKG_INPLACE)
&&
\
./setup configure
-v0
--with-compiler
=
$(TEST_HC)
--with-hc-pkg
=
$(GHC_PKG_INPLACE)
&&
\
./setup build
&&
\
./setup register
--inplace
)
;
done
cp
p1/A2.hs p1/A.hs
...
...
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