flint individual vmods

parent 888b2ea3
#!/bin/sh
FLOPS='
-I../../bin/varnishd
*.c
'
. ../../tools/flint_skel.sh
for vmod in vmod_*.vcc ; do
vmod="${vmod%.vcc}"
vmod="${vmod#vmod_}"
echo "====================="
echo "${vmod}"
echo "====================="
FLOPS="-I../bin/varnishd vcc_${vmod}_if.c vmod_${vmod}*.c" \
../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