Validate now cleans regardless of whether mk/config.mk exists
authorIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 18:26:36 +0000 (18:26 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Sep 2009 18:26:36 +0000 (18:26 +0000)
Cleaning should always succeed now

validate

index 3a59a1f..91b7f33 100644 (file)
--- a/validate
+++ b/validate
@@ -54,9 +54,7 @@ fi
 if [ $testsuite_only -eq 0 ]; then
 
 if [ $no_clean -eq 0 ]; then
-    if [ -f mk/config.mk ]; then
-        make maintainer-clean NO_CLEAN_GMP=YES
-    fi
+    make maintainer-clean NO_CLEAN_GMP=YES
 
     INSTDIR=`pwd`/inst
     if [ "$OSTYPE" = "cygwin" ]