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

Re: libsvn_swig_py.so not being installed [PATCH]

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2004-07-08 21:15:47 CEST

Russell Yanofsky wrote:
> Justin Erenkrantz wrote:
>> install-swig-py-lib has never depended on install-swig-py. Every
>> time I brought that up before, someone complained that it should be
>> separate. So, this isn't recent. It'd be nice to fix it though. --
>
> I'm pretty sure Justin is right, because AFAIK the make generator has
> never had any mechanism to make one install target depend on another.
> I can add one though.

A possible fix is attached. Please let me know if it is ok. It works in a
general way, affecting not only the swig install targets, but all install
targets that depend on libraries.

Log Message:

Build generator fix. Make install targets in generated makefile have
explicit dependencies on library install targets. So for example,
make the "install-bin" target depend on the "install-lib"
target because one or more of the installed files in "install-bin"
depends on one or more libraries installed by "install-lib"

* build/generator/gen_make.py
  (Generator.write):
    output install dependencies from graph

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu Jul 8 21:16:35 2004

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.