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

Re: installing contrib stuff

From: Neels Janosch Hofmeyr <neels_at_elego.de>
Date: Thu, 08 Jan 2009 03:52:59 +0100

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

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.