OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2901-g012b878
Gerrit Code Review
gerrit@openafs.org
Sat, 8 Sep 2012 20:28:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit 012b878576a1e7632622041d656e3aada51550d9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu May 24 09:14:18 2012 +0100
util: Convert to using libtool
Create a pthreaded version of libafsutil, named liboafs_util.la,
and use this library in all of the pthreaded binaries that we build,
replacing both inclusion of libafsutil.a, and direct compliation of
pthreaded versions of the util source files.
libafsutil.a is provided for legacy LWP applications, and the
convenience library libafsutil_pic.a remains until we address the way
in which the user space cache manager is built and linked.
Change-Id: Ibdc3d6e2fe56ca6f5b882cf03991d1a2e32c62b2
Reviewed-on: http://gerrit.openafs.org/8056
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Makefile.in | 2 +-
src/afsd/Makefile.in | 5 +-
src/aklog/Makefile.in | 2 +-
src/cf/osconf.m4 | 15 ++---
src/dviced/Makefile.in | 39 ++---------
src/dvolser/Makefile.in | 28 +-------
src/libadmin/samples/Makefile.in | 2 +-
src/libadmin/test/Makefile.in | 2 +-
src/libafscp/Makefile.in | 1 -
src/tbudb/Makefile.in | 41 +-----------
src/tbutc/Makefile.in | 2 +-
src/tptserver/Makefile.in | 48 +-------------
src/tsalvaged/Makefile.in | 38 ++---------
src/tubik/Makefile.in | 49 ++------------
src/tvlserver/Makefile.in | 45 +-----------
src/tvolser/Makefile.in | 33 +--------
src/util/Makefile.in | 139 +++++++------------------------------
src/util/liboafs_util.la.sym | 53 ++++++++++++++
src/venus/Makefile.in | 2 +-
src/viced/Makefile.in | 37 +---------
tests/auth/Makefile.in | 3 +-
tests/cmd/Makefile.in | 2 +-
tests/rpctestlib/Makefile.in | 9 ++-
tests/volser/Makefile.in | 3 +-
24 files changed, 134 insertions(+), 466 deletions(-)
--
OpenAFS Master Repository