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
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); \
>
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