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

Re: bug in swig make process?

From: David James <james_at_cs.toronto.edu>
Date: 2005-11-15 18:35:34 CET

On 11/15/05, Mathias Weinert <mathias.weinert@gfa-net.de> wrote:
> While investigating the problem with the .swg files
> (separate thread) I noticed that 'make clean-swig-pl'
> doesn't remove the .swg files in
> subversion/bindings/swig/proxy as I expected. Is this
> supposed to be a feature?
It's a new feature in 1.3.0. We now bundle the generated *.swg files
in the Subversion tarball, so that users can build the Subversion SWIG
bindings without having SWIG installed. When you type "make
check-swig-pl", we don't remove the *.swg files, because there is no
way for you to regenerate them if you don't have SWIG installed. If
you'd like to remove the .swg files for Perl, type "make
extraclean-swig-pl". Python and Ruby offer similar targets.

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james
Received on Tue Nov 15 18:36:44 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.