You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Daniel Shahaf <da...@elego.de> on 2013/01/03 23:46:53 UTC

Re: svn commit: r1428209 - in /subversion/trunk: Makefile.in build.conf build/win32/make_dist.py tools/server-side/svnauthz-validate.c tools/server-side/svnauthz.c

breser@apache.org wrote on Thu, Jan 03, 2013 at 08:19:37 -0000:
> @@ -926,4 +926,5 @@ INSTALL_EXTRA_TOOLS=\
>    $(MKDIR) $(DESTDIR)$(bindir); \
>    test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \
>    ln -sf svnmucc$(EXEEXT) $(DESTDIR)$(bindir)/svnsyitf$(EXEEXT); \
> -  ln -sf $(DESTDIR)$(bindir)/svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT)
> +  ln -sf $(DESTDIR)$(bindir)/svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT); \
> +  ln -sf $(DESTDIR)$(toolsdir)/svnauthz$(EXEEXT) $(DESTDIR)$(toolsdir)/svnauthz-validate

Use a relative target for the symlink?

For svnmucc I couldn't do this because bindir != toolsdir, but that
consideration doesn't kick in for svnauthz.

Thanks!

Daniel

Re: svn commit: r1428209 - in /subversion/trunk: Makefile.in build.conf build/win32/make_dist.py tools/server-side/svnauthz-validate.c tools/server-side/svnauthz.c

Posted by Ben Reser <be...@reser.org>.
On Thu, Jan 3, 2013 at 2:46 PM, Daniel Shahaf <da...@elego.de> wrote:
> Use a relative target for the symlink?
>
> For svnmucc I couldn't do this because bindir != toolsdir, but that
> consideration doesn't kick in for svnauthz.

Done in r1428712.

Re: svn commit: r1428209 - in /subversion/trunk: Makefile.in build.conf build/win32/make_dist.py tools/server-side/svnauthz-validate.c tools/server-side/svnauthz.c

Posted by Ben Reser <be...@reser.org>.
On Thu, Jan 3, 2013 at 2:46 PM, Daniel Shahaf <da...@elego.de> wrote:
> Use a relative target for the symlink?
>
> For svnmucc I couldn't do this because bindir != toolsdir, but that
> consideration doesn't kick in for svnauthz.

Done in r1428712.