[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1147594 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 18 Jul 2011 07:20:19 -0400

On Sun, Jul 17, 2011 at 08:42, <stsp_at_apache.org> wrote:
>...
> +++ subversion/trunk/tools/dev/unix-build/Makefile.svn Sun Jul 17 12:42:40 2011
> @@ -1186,7 +1186,8 @@ $(SVN_OBJDIR)/.bindings-compiled: $(SVN_
>                LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) make swig-rb
>        if [ $(ENABLE_PERL_BINDINGS) = yes ]; then \
>                cd $(svn_builddir) \
> -                       && make swig-pl; \
> +                       && env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
> +                               make swig-pl; \
>        fi

I don't think you want that backslash...

Cheers,
-g
Received on 2011-07-18 13:20:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.