flint individual vmods

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