OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2914-g320f746
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Sep 2012 20:15:14 -0700 (PDT)
The following commit has been merged in the master branch:
commit 320f74653c24f334a28463f971fdf2064cc701ae
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Aug 22 09:46:24 2012 +0100
libafsrpc: Assemble with libtool
Use libtool to assemble the libafsrpc shared and static libraries
from objects built with libtool in each of the directories that
contribute to the library (fsint, rx, rxkad, comerr, util, rxstat,
sys and lwp).
Each source directory controls which objects are built into the shared
library by making a libafsrpc_<dir> libtool convenience directory. These
convenience directories are then merged together to produce the
libafsrpc library.
Change-Id: I330aeb8df4c237b408a298826363eea7357339ce
Reviewed-on: http://gerrit.openafs.org/8072
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Makefile.in | 21 +--
configure.ac | 1 -
src/comerr/Makefile.in | 7 +-
src/fsint/Makefile.in | 6 +-
src/libafsrpc/Makefile.in | 381 ++++++----------------------------------
src/libafsrpc/libafsrpc.la.sym | 174 ++++++++++++++++++
src/lwp/Makefile.in | 6 +-
src/pam/Makefile.in | 2 +
src/rx/Makefile.in | 7 +-
src/rxkad/Makefile.in | 8 +-
src/rxstat/Makefile.in | 6 +-
src/shlibafsrpc/Makefile.in | 355 -------------------------------------
src/shlibafsrpc/libafsrpc.map | 186 -------------------
src/sys/.gitignore | 1 +
src/sys/Makefile.in | 21 ++-
src/util/Makefile.in | 11 +-
16 files changed, 289 insertions(+), 904 deletions(-)
--
OpenAFS Master Repository