autobuild: Add a 'make clean' step.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 28 Jan 2011 21:41:06 +0000 (21:41 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 28 Jan 2011 21:41:16 +0000 (21:41 +0000)
autobuild.sh

index efea8b3..77068c8 100755 (executable)
@@ -58,6 +58,8 @@ gitsha=$(git log|head -1|awk '{print $2}')
     exit 1
 }
 
+make clean ||:
+
 # Do the build step.
 make || {
     failed "build step"