[experimental-ims] 1b09ba8 Attempt a distclean first, something gets cached otherwise.

Geoff Simmons geoff at varnish-cache.org
Sun Jun 19 18:04:59 CEST 2011


commit 1b09ba8644db91e85114f00a7ccb235436ca45e7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jun 14 08:42:04 2011 +0000

    Attempt a distclean first, something gets cached otherwise.

diff --git a/autogen.des b/autogen.des
index a75d482..58f3c2b 100755
--- a/autogen.des
+++ b/autogen.des
@@ -4,6 +4,8 @@
 
 set -ex
 
+make -k distclean > /dev/null 2>&1 || true
+
 # Prefer CLANG if we have it, and have not given preferences
 if [ -f /usr/bin/clang -a "x${CC}" = "x" ] ; then
 	CC=clang



More information about the varnish-commit mailing list