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

Re: swig-py in 1.6.4

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Fri, 4 Sep 2009 06:32:02 -0500

On Sep 4, 2009, at 6:21 AM, Radomir Zoltowski wrote:

> Hi all,
>
> I am rather struck, but just recently discovered, that
>
>> make swig-py && make test swig-py && make install swig-py
>
> produces no files under ${PREFIX}/lib/svn-python. All commands exit 0,
> so the process is fine.
>
> Any quick ideas? I've never had a problem like this before, either
> with
> 1.5.x or 1.6.x.

Perhaps because the above sequence of commands is equivalent to:
make swig-py
make test
make swig-py
make install
make swig-py

Make targets are space-delimited. I think the targets that you want
are check-swig-py and install-swig-py.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2390986

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-04 13:33:36 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.