Commit 8c1b35c9 authored by Nils Goroll's avatar Nils Goroll

remote debugging of jenkins build failures via git pushes

parent a1a5122e
......@@ -7,7 +7,7 @@
link_srcdir:
if test "x$(srcdir)" != "x$(builddir)" && \
test ! -f cache_http1_fsm.svg ; then \
test ! -f $(builddir)/cache_http1_fsm.svg ; then \
d=`pwd`/$(builddir) ; \
cd $(srcdir) && find . -name \*.svg -type f | \
cpio -ldmp $${d} ; \
......
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