validate now uses maintainer-clean, not distclean
authorSimon Marlow <marlowsd@gmail.com>
Thu, 14 May 2009 10:57:17 +0000 (10:57 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 14 May 2009 10:57:17 +0000 (10:57 +0000)
validate

index 26b1fe1..889daae 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 distclean
+        make maintainer-clean
     fi
 
     INSTDIR=`pwd`/inst