[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 05 Jun 2008 08:23:26 -0400

John Peacock wrote:
> Karl Fogel wrote:
>> I'm Confused by the Capital "C" in your "Configure" Command, but leaving
>> that aside:
>
> Sorry, misplaced shift key...
>
>> 'make check' ought to build Subversion first if it's not already built,
>> yes. When you say "doesn't work", what actually happens?
>
> What happens is that some targets build but others don't. In
> particular, svnadmin didn't get built, so obviously all of the Python
> tests that rely on creating a repository fail. ;-)

Yeah, the 'check' rule currently depends only on the tests we have to build.
   That usually gets most of the libraries but not the command-line
binaries. Unfortunately, the bulk of the test suite (the Python tests)
requires svnadmin, svnlook, svnsync, and svn, and those -- since they aren't
required by the C tests that we *do* build -- aren't built by the 'check' rule.

+1 to 'check' depending on 'all'.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-06-05 14:23:42 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.