From f060d5bcd40b4a6506d7994e67d57dccab1651b8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 28 Jan 2011 21:41:06 +0000 Subject: [PATCH] autobuild: Add a 'make clean' step. --- autobuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobuild.sh b/autobuild.sh index efea8b3..77068c8 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -58,6 +58,8 @@ gitsha=$(git log|head -1|awk '{print $2}') exit 1 } +make clean ||: + # Do the build step. make || { failed "build step" -- 1.8.3.1