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

bug in swig make process?

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-11-15 16:35:10 CET

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?

The reason for this is that the files (and other swig
files) are only deleted if the following condition is
true:
'if test $(abs_srcdir) != $(abs_builddir);'.

But (at least on my machine) Makefile sets these two
variables to the same directory.

If I look at configure.in I see:
     abs_srcdir="`cd $srcdir && pwd`"
     abs_builddir="`pwd`"
which lets me suppose that these two variables will
always be set to the same values.

So, again, bug or feature (or lack of understanding on my side)?

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 15 16:37:19 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.