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

Minor nit with Makefile

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Wed, 04 Jun 2008 22:33:39 -0400

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??? :(

John

---------------------------------------------------------------------
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 04:32:25 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.