Hi,
so `make install-contrib' installs all of the contrib things.
But can I also install only *one* of them?
Looking at build-outputs.mk, it doesn't quite look like it.
[[[
install-contrib: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT)
tools/diff/diff4$(EXEEXT) contrib/client-side/svn-push/svn-push$(EXEEXT)
tools/server-side/svnauthz-validate$(EXEEXT)
$(MKDIR) $(DESTDIR)$(contribdir)
cd tools/diff ; $(INSTALL_CONTRIB) diff$(EXEEXT)
$(DESTDIR)$(contribdir)/diff$(EXEEXT)
cd tools/diff ; $(INSTALL_CONTRIB) diff3$(EXEEXT)
$(DESTDIR)$(contribdir)/diff3$(EXEEXT)
cd tools/diff ; $(INSTALL_CONTRIB) diff4$(EXEEXT)
$(DESTDIR)$(contribdir)/diff4$(EXEEXT)
cd contrib/client-side/svn-push ; $(INSTALL_CONTRIB) svn-push$(EXEEXT)
$(DESTDIR)$(contribdir)/svn-push$(EXEEXT)
cd tools/server-side ; $(INSTALL_CONTRIB) svnauthz-validate$(EXEEXT)
$(DESTDIR)$(contribdir)/svnauthz-validate$(EXEEXT)
]]]
There *is* a compile target for each single tool (as in `make svnmucc'). But
there are no install targets per single tool, are there? I think it does
really make sense to have separate install targets for each contrib thing.
Where would I add this?
Thanks,
~Neels
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1010794
Received on 2009-01-08 03:53:23 CET