[master] 0bfec78 Pull in the corresponding flint.lnt files when we absorb files from other directories.

Poul-Henning Kamp phk at FreeBSD.org
Mon Apr 24 23:58:06 CEST 2017


commit 0bfec78026dfc66fda99596bb141a07755623fbb
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Apr 24 21:42:21 2017 +0000

    Pull in the corresponding flint.lnt files when we absorb
    files from other directories.

diff --git a/bin/varnishd/flint.sh b/bin/varnishd/flint.sh
index 5606dfb..569fbbe 100755
--- a/bin/varnishd/flint.sh
+++ b/bin/varnishd/flint.sh
@@ -15,10 +15,15 @@ FLOPS='
 	proxy/*.c
 	storage/*.c
 	waiter/*.c
+	../../lib/libvarnish/flint.lnt
 	../../lib/libvarnish/*.c
+	../../lib/libvcc/flint.lnt
 	../../lib/libvcc/*.c
+	../../lib/libvmod_std/flint.lnt
 	../../lib/libvmod_std/*.c
+	../../lib/libvmod_debug/flint.lnt
 	../../lib/libvmod_debug/*.c
+	../../lib/libvmod_directors/flint.lnt
 	../../lib/libvmod_directors/*.c
 '
 



More information about the varnish-commit mailing list