flint.sh: Consistently pass arguments to flint_skel

... to enable the -ok option.

This was already the case in one flint.sh script, but not the others.
parent 40f4366f
......@@ -8,4 +8,4 @@ FLOPS='
*.c
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -8,4 +8,4 @@ FLOPS='
*.c
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -9,4 +9,4 @@ FLOPS='
*.c
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -8,4 +8,4 @@ FLOPS='
*.c
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -11,4 +11,4 @@ FLOPS='
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -10,4 +10,4 @@ FLOPS='
-DTOP_BUILDDIR="foo"
-I../../lib/libvgz
*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -8,4 +8,4 @@ FLOPS='
*.c
../../lib/libvarnishapi/flint.lnt
../../lib/libvarnishapi/*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -6,4 +6,4 @@
FLOPS='
*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -6,4 +6,4 @@
FLOPS='
*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -6,4 +6,4 @@
FLOPS='
*.c
' ../../tools/flint_skel.sh
' ../../tools/flint_skel.sh $*
......@@ -11,5 +11,5 @@ for vmod in vmod_*.vcc ; do
echo "====================="
vmod="${vmod#vmod_}"
FLOPS="-I../bin/varnishd -I../lib/libvgz vcc_${vmod}_if.c vmod_${vmod}*.c" \
../tools/flint_skel.sh
../tools/flint_skel.sh $*
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment