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

[PATCH] Fix cross-library installation dependencies for libsvn_fs and libsvn_fs_base

From: David James <staple_at_gmail.com>
Date: 2004-09-18 23:14:43 CEST

* configure.in
  (libsvn_fs, libsvn_fs_base): Added SVN_RA_LIB_INSTALL_DEPS and
  SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependences
for RA_LIB and
  FS_LIB
* Makefile.in
  (libsvn_fs, libsvn_fs_base): Added SVN_RA_LIB_INSTALL_DEPS and
  SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependences
for RA_LIB and
  FS_LIB
* build.conf:
  (libsvn_fs): Added $(SVN_FS_LIB_INSTALL_DEPS) to install deps of libsvn_fs
  (libsvn_fs_base): Added $(SVN_RA_LIB_INSTALL_DEPS) to install deps
of libsvn_fs_base
* build/generator/gen_base.py
  (gen_base.Target): Added 'add-install-deps' option for build.conf to
list additional installation
  dependencies
* build/generator/gen_make.py
  (gen_make.Generator.write): Upgraded dependency checker to support manual
  cross-library installation dependencies
  (gen_make.Generator.get_install_map): Added dictionary that maps
files to installation
  locations (used internally by gen_make.Generator.write)
  (gen_make.Generator.write_symbols): Upgraded write_symbols to output install
  dependencies

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

Received on Sat Sep 18 23:15:14 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.