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

Re: Branching for 1.3.

From: David James <james82_at_gmail.com>
Date: 2005-09-20 14:55:19 CEST

On 9/19/05, kfogel@collab.net <kfogel@collab.net> wrote:
> TODO: It would be nice if our Makefile would re-invoke swig
> whenever .i files change. This will make life easier for those
> who run bleeding-edge (i.e., trunk working copy) code.
AFAIK, trunk already does this. Does it work as intended on your machine?

Here's a test case (to be run from within the source directory, after
you have generated a Makefile):
1. make swig-py
2. make swig-py
3. touch subversion/bindings/swig/core.i
4. make swig-py

(1) should generate the SWIG bindings.
(2) should do nothing (because there have been no changes).
(3) tricks make into thinking you modified core.i.
(4) should regenerate the SWIG bindings, regenerating all the SWIG
files which depend on core.i.

Cheers,

David

-- 
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 20 14:56:42 2005

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.