[master] 162a06e Disable building while api is in flux

Martin Blix Grydeland martin at varnish-cache.org
Wed May 15 14:46:13 CEST 2013


commit 162a06eac5d9bc233bd003759538aad5156f0709
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Apr 29 14:10:08 2013 +0200

    Disable building while api is in flux

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 9906c5e..3465413 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,7 +1,10 @@
 #
 
-SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay varnishtest
+# Disabling building of the tools while api is in flux
+
+#SUBDIRS = varnishadm varnishd varnishlog varnishncsa varnishreplay varnishtest
+SUBDIRS = varnishd
 
 if HAVE_CURSES
-SUBDIRS += varnishhist varnishstat varnishtop
+#SUBDIRS += varnishhist varnishstat varnishtop
 endif



More information about the varnish-commit mailing list