Re: svnmucc installation bug in Subversion 1.8.0

2013-06-22 Thread Nico Kadel-Garcia
On Fri, Jun 21, 2013 at 4:45 AM, Philip Martin wrote: > Nico Kadel-Garcia writes: > >> # Compatibility symlink. >> # This runs after the target of the same name in build-outputs.mk. >> INSTALL_EXTRA_TOOLS=\ >> $(MKDIR) $(DESTDIR)$(bindir); \ >> test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ >> ln

Re: svnmucc installation bug in Subversion 1.8.0

2013-06-21 Thread Philip Martin
Nico Kadel-Garcia writes: > # Compatibility symlink. > # This runs after the target of the same name in build-outputs.mk. > INSTALL_EXTRA_TOOLS=\ > $(MKDIR) $(DESTDIR)$(bindir); \ > test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ > ln -sf svnmucc$(EXEEXT) $(DESTDIR)$(bindir)/svnsyitf$(EXEEXT); \ >

svnmucc installation bug in Subversion 1.8.0

2013-06-20 Thread Nico Kadel-Garcia
I'm trying to build up a subversion-1.8.0 SRPM toolkit, and have noticed a little "svnucc" deployment bug. Specifically, the Makefile winds up saying this: # Compatibility symlink. # This runs after the target of the same name in build-outputs.mk. INSTALL_EXTRA_TOOLS=\ $(MKDIR) $(DESTDIR)$(bind