X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=validate;h=8f0f5438933a12d42d6f4ddd701b85ad26e119dd;hp=d4969ef4e5ab4321ff582ec5e2012190f76c48fc;hb=842e9d6628a27cf1f420d53f6a5901935dc50c54;hpb=7a7b51abb3b3d9f65670700237ee301a8752a0c5 diff --git a/validate b/validate index d4969ef..8f0f543 100644 --- a/validate +++ b/validate @@ -1,10 +1,10 @@ #!/bin/sh # Flags: -# --no-clean: don't make clean first, just carry on from -# a previous interrupted validation run -# --testuite-only: don't build the compiler, just run -# the test suite +# --no-clean: don't make clean first, just carry on from +# a previous interrupted validation run +# --testsuite-only: don't build the compiler, just run +# the test suite set -e @@ -49,7 +49,7 @@ else fi sh boot -./configure $config_args +./configure "--prefix=`pwd`/inst" $config_args make Validating=YES -j$threads fi # testsuite-only