diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-20 17:06:13 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-06-20 17:06:13 +0100 |
commit | 2e2651da55f577db59f274b99a71d8a50bc7a961 (patch) | |
tree | 645932fa4f21733b1837d508b104a06de2782d6e /validate | |
parent | 3b545c4edfd4cf61ff6dc7af18fde26faf4d7c4b (diff) | |
parent | 089cc2928c8c0e8107448e62b29b6392a1abe30f (diff) | |
download | haskell-2e2651da55f577db59f274b99a71d8a50bc7a961.tar.gz |
Merge branch 'master' of http://darcs.haskell.org/ghc
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -96,10 +96,13 @@ $make test_bindist TEST_PREP=YES # bindistdir="bindisttest/install dir" cd libraries/mtl -"$thisdir/$bindistdir/bin/runhaskell" Setup.hs configure --with-ghc="$thisdir/$bindistdir/bin/ghc" --global --builddir=dist-bindist --prefix="$thisdir/$bindistdir" -"$thisdir/$bindistdir/bin/runhaskell" Setup.hs build --builddir=dist-bindist -"$thisdir/$bindistdir/bin/runhaskell" Setup.hs install --builddir=dist-bindist -"$thisdir/$bindistdir/bin/runhaskell" Setup.hs clean --builddir=dist-bindist +"$thisdir/$bindistdir/bin/ghc" --make Setup +./Setup configure --with-ghc="$thisdir/$bindistdir/bin/ghc" --with-haddock="$thisdir/$bindistdir/bin/haddock" --global --builddir=dist-bindist --prefix="$thisdir/$bindistdir" +./Setup build --builddir=dist-bindist +./Setup haddock --builddir=dist-bindist +./Setup install --builddir=dist-bindist +./Setup clean --builddir=dist-bindist +rm -f Setup Setup.exe Setup.hi Setup.o cd $thisdir fi # testsuite-only |