[master] b05810b Define VARNISH_VMOD_DIR and VARNISH_VCL_DIR
Poul-Henning Kamp
phk at FreeBSD.org
Mon Jul 28 10:00:09 CEST 2014
commit b05810baa15b46f8ffc66701d41dbbc8807ee251
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Jul 28 07:53:32 2014 +0000
Define VARNISH_VMOD_DIR and VARNISH_VCL_DIR
diff --git a/bin/varnishd/flint.sh b/bin/varnishd/flint.sh
index 63b406d..4f471cf 100755
--- a/bin/varnishd/flint.sh
+++ b/bin/varnishd/flint.sh
@@ -16,6 +16,8 @@ flexelint \
-I../.. \
-I/usr/local/include \
-DVARNISH_STATE_DIR=\"foo\" \
+ -DVARNISH_VMOD_DIR=\"foo\" \
+ -DVARNISH_VCL_DIR=\"foo\" \
cache/*.c \
common/*.c \
storage/*.c \
More information about the varnish-commit
mailing list