r4230 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 8 13:32:10 CEST 2009


Author: phk
Date: 2009-09-08 13:32:10 +0200 (Tue, 08 Sep 2009)
New Revision: 4230

Modified:
   trunk/varnish-cache/bin/varnishd/flint.sh
Log:
Drop the diff, it's more annoying than helpful.



Modified: trunk/varnish-cache/bin/varnishd/flint.sh
===================================================================
--- trunk/varnish-cache/bin/varnishd/flint.sh	2009-09-04 10:53:51 UTC (rev 4229)
+++ trunk/varnish-cache/bin/varnishd/flint.sh	2009-09-08 11:32:10 UTC (rev 4230)
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-T=/tmp/_$$
 flexelint \
 	-I/usr/include \
 	-I. \
@@ -10,11 +9,4 @@
 	flint.lnt \
 	*.c \
 	../../lib/libvarnish/*.c \
-	../../lib/libvcl/*.c \
-	> $T
-if [ -f _flint.old ] ; then
-	diff -u _flint.old $T
-fi
-cat $T
-cp $T _flint.old
-rm $T
+	../../lib/libvcl/*.c



More information about the varnish-commit mailing list