]> err.no Git - varnish/commit
Move the function that pushes the compiled VCL programs C source through
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 9 Apr 2007 20:28:08 +0000 (20:28 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 9 Apr 2007 20:28:08 +0000 (20:28 +0000)
commit28d2f6bd12adca868d55aef2da93092f752b36bc
tree24fe490c69611f05f5ffb62f72c4e10f453ce5bd
parentd7e33c2ec4fbf2dff1a244e93d6a8aa2d889ac3d
Move the function that pushes the compiled VCL programs C source through
the systems cc(1) from the VCL compiler library to the varnishd process.

This reduces the VCL-compiler library to a text-procesing functionality
and makes it easier to build other tools, including test-suites,
around the VCL-compiler.

It also moves the actual compiler invocation string into the varnishd
sources, where it can be handled appropriately, possibly as a paramter.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1306 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/lib/libvcl/vcc_compile.c