don't clean GMP before validating (it rarely changes, and is slow to build)
[ghc-hetmet.git] / validate
index 889daae..8c3c219 100644 (file)
--- a/validate
+++ b/validate
@@ -55,7 +55,7 @@ if [ $testsuite_only -eq 0 ]; then
 
 if [ $no_clean -eq 0 ]; then
     if [ -f mk/config.mk ]; then
-        make maintainer-clean
+        make maintainer-clean NO_CLEAN_GMP=YES
     fi
 
     INSTDIR=`pwd`/inst