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

Re: Minor nit with Makefile

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Thu, 05 Jun 2008 01:26:38 -0400

John Peacock <john.peacock_at_havurah-software.org> writes:
> I downloaded RC9, just to compile and test the bindings, and I tripped
> over the issue that I seem to always forget - this sequence of
> commands doesn't work:
>
> $ ./Configure
> $ make check
>
> but this does
>
> $ ./Configure
> $ make && make check
>
> Is there some subtle reason why 'make check' doesn't depend on the
> implied 'all' target? Would that cause unnecessary recompilation? Am
> I just being stupid??? :(

I'm Confused by the Capital "C" in your "Configure" Command, but leaving
that aside:

'make check' ought to build Subversion first if it's not already built,
yes. When you say "doesn't work", what actually happens?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-05 07:27:20 CEST

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.