OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2903-g564fe1e
Gerrit Code Review
gerrit@openafs.org
Sat, 8 Sep 2012 20:29:04 -0700 (PDT)
The following commit has been merged in the master branch:
commit 564fe1e32989211312ccec56c8a8407e2cceea51
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu May 24 11:08:48 2012 +0100
rx: Build libtool library
Build a pthreaded, libtool, version of librx.a called liboafs_rx.la.
librx.a remains for LWP applications to use. With this change, all RX
objects are built in both the LWP and pthread cases, so some #ifdef
guards are required to protect code that isn't relevant in a given
build.
Currently, all of our pthreaded objects use libafsrpc to get RX
functionality, so this change is fairly minimal outside of the RX
directory.
Change-Id: I8e629e2319fb1964058e70c3c0c3ed548b09b22d
Reviewed-on: http://gerrit.openafs.org/8058
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/Makefile.in | 87 +++++++++------------------
src/rx/liboafs_rx.la.sym | 150 ++++++++++++++++++++++++++++++++++++++++++++++
src/rx/rx_clock.c | 3 +
src/rx/rx_lwp.c | 3 +
src/rx/rx_pthread.c | 3 +
tests/rx/Makefile.in | 3 +-
6 files changed, 188 insertions(+), 61 deletions(-)
--
OpenAFS Master Repository