r3087 - trunk/varnish-cache/man
petter at projects.linpro.no
petter at projects.linpro.no
Tue Aug 12 15:49:13 CEST 2008
Author: petter
Date: 2008-08-12 15:49:13 +0200 (Tue, 12 Aug 2008)
New Revision: 3087
Modified:
trunk/varnish-cache/man/Makefile.am
Log:
Added some more output suppression
Modified: trunk/varnish-cache/man/Makefile.am
===================================================================
--- trunk/varnish-cache/man/Makefile.am 2008-08-12 13:39:27 UTC (rev 3086)
+++ trunk/varnish-cache/man/Makefile.am 2008-08-12 13:49:13 UTC (rev 3087)
@@ -6,6 +6,6 @@
dist_man_MANS = vcl.7
vcl.7: vcl.7so default.vcl Makefile
- soelim vcl.7so > $@
+ @soelim vcl.7so > $@
default.vcl: $(top_srcdir)/bin/varnishd/default.vcl Makefile
- sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@
+ @sed -n '/vcl_recv/,$$p' $(top_srcdir)/bin/varnishd/default.vcl > $@
More information about the varnish-commit
mailing list