diff options
author | Ian Lynagh <igloo@earth.li> | 2008-05-02 15:56:49 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-05-02 15:56:49 +0000 |
commit | 9cfd3b98791a2c680f043228aa79a33656566c66 (patch) | |
tree | 60dfaf70879bd4e0eb88bb6c4c2cbcf0b82ca8f5 /validate | |
parent | cac2c210614b5d71fb82bca16b0bb02e311bb2ff (diff) | |
download | haskell-9cfd3b98791a2c680f043228aa79a33656566c66.tar.gz |
When validating, configure with "--prefix=`pwd`/inst"
This means a validate build can be installed locally.
`pwd`/inst probably won't give a useful value on all platforms (in
particular there are probably some Windows configurations it doesn't
work for), but I don't think it will ever make the build fail.
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |