summaryrefslogtreecommitdiffstats
path: root/autobuild.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-28 21:41:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-28 21:41:16 +0000
commitf060d5bcd40b4a6506d7994e67d57dccab1651b8 (patch)
tree82763c8bca08feaf612dc94301894c75a14f9b35 /autobuild.sh
parent82f5fdb0dbbc0c7b04861edeadf70c86c9342df2 (diff)
downloadlibguestfs-f060d5bcd40b4a6506d7994e67d57dccab1651b8.tar.gz
libguestfs-f060d5bcd40b4a6506d7994e67d57dccab1651b8.tar.xz
libguestfs-f060d5bcd40b4a6506d7994e67d57dccab1651b8.zip
autobuild: Add a 'make clean' step.
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
index efea8b39..77068c80 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"