John Peacock wrote:
> C. Michael Pilato wrote:
>> John Peacock wrote:
>>> Ah, I tried 'make install tools', but not with a hyphen. I'll give
>>> that a shot on Monday (my VPN is currently down)...
>>
>> Right. "make install tools" basically means "make install && make
>> tools". Not quite what you wanted. :-)
>
> But in my defense, 'install-tools' is a "magic Makefile target" that
> doesn't exist as an actual line in the Makefile (nor is it documented
> anywhere that I could find, hint, hint)...
Your defense is no good, because there's nothing magic about
"install-tools". :-) The knowledge you lack is that Subversion's make
targets exist in two files: Makefile and build-outputs.mk. It is in the
latter where "install-tools" is defined.
$ grep install-tools Makefile build-outputs.mk
build-outputs.mk:install-tools:
tools/server-side/svn-populate-node-origins-index$(EXEEXT)
contrib/client-side/svnmucc/svnmucc$(EXEEXT)
$
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-04-22 07:14:47 CEST