Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b60992f62b7b851f84e4b13c995594de0696dc72

>---------------------------------------------------------------

commit b60992f62b7b851f84e4b13c995594de0696dc72
Author: Ian Lynagh <[email protected]>
Date:   Sat Nov 26 18:59:36 2011 +0000

    Record ValidateSpeed and ValidateHpc in mk/are-validating.mk
    
    This makes "make" keep working after a "./validate --fast".

>---------------------------------------------------------------

 validate |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/validate b/validate
index eae6d01..901d541 100755
--- a/validate
+++ b/validate
@@ -90,9 +90,11 @@ fi
 
 thisdir=`utils/ghc-pwd/dist-boot/ghc-pwd`
 
-echo "Validating=YES" > mk/are-validating.mk
+echo "Validating=YES"       >  mk/are-validating.mk
+echo "ValidateSpeed=$speed" >> mk/are-validating.mk
+echo "ValidateHpc=$hpc"     >> mk/are-validating.mk
 
-$make -j$threads ValidateHpc=$hpc ValidateSpeed=$speed
+$make -j$threads
 # For a "debug make", add "--debug=b --debug=m"
 
 # -----------------------------------------------------------------------------



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to