From e454ee6b88366fbaf9861dcb483417a9a574cec2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Oct 2009 20:09:55 +0000 Subject: [PATCH] Don't remake the bindist when validating with --testsuite-only --- validate | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/validate b/validate index a042664..23772c5 100644 --- a/validate +++ b/validate @@ -71,6 +71,10 @@ thisdir=`utils/ghc-pwd/ghc-pwd` echo "Validating=YES" > mk/are-validating.mk make -j$threads ValidateHpc=$hpc ValidateSlow=$slow + +make binary-dist-prep +make -C bindisttest TEST_PREP=YES + fi # testsuite-only if [ "$hpc" = YES ] @@ -83,9 +87,6 @@ then rm -f $HPCTIXFILE fi -make binary-dist-prep -make -C bindisttest TEST_PREP=YES - make -C testsuite/tests/ghc-regress fast stage=2 CLEANUP=1 THREADS=$threads 2>&1 | tee testlog if [ "$hpc" = YES ] -- 1.7.10.4