OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2899-gd36be5b
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Sep 2012 11:30:07 -0700 (PDT)
The following commit has been merged in the master branch:
commit d36be5b8be5ac248b88224606c09257efab0718e
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed May 23 21:43:57 2012 +0100
cmd: Convert to using libtool
Convert the libcmd and libcmd_pic libaries to being built using
libtool. Historically, these have been built as LWP code, but they
have no LWP dependencies, and no LWP-specific code within them. So,
make cmd a pthread-only library.
In addition to the libtool library liboafs_cmd.la, we build the
legacy libcmd.a and libcmd_pic.a as convenience libraries. libcmd64.a
(a 64bit variant, used solely by kdump), remains built through
"normal" means.
Update pthreaded users of libcmd to use the new liboafs_cmd.la. For
now, non-pthreaded users are left alone.
Change-Id: Id8445949754d1942f6e8752ae182b4e6f86fe94f
Reviewed-on: http://gerrit.openafs.org/8055
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/afsd/Makefile.in | 7 ++--
src/aklog/Makefile.in | 2 +-
src/auth/Makefile.in | 1 +
src/cmd/Makefile.in | 63 ++++++++++++++++------------------------
src/cmd/liboafs_cmd.la.sym | 34 ++++++++++++++++++++++
src/dviced/Makefile.in | 2 +-
src/dvolser/Makefile.in | 4 +-
src/libadmin/test/Makefile.in | 2 +-
src/rxkad/test/Makefile.in | 8 +++--
src/tbudb/Makefile.in | 2 +-
src/tbutc/Makefile.in | 2 +-
src/tptserver/Makefile.in | 4 +-
src/tsalvaged/Makefile.in | 4 +-
src/tubik/Makefile.in | 2 +-
src/tvlserver/Makefile.in | 4 +-
src/tvolser/Makefile.in | 2 +-
src/venus/Makefile.in | 2 +-
src/viced/Makefile.in | 2 +-
tests/cmd/Makefile.in | 2 +-
19 files changed, 87 insertions(+), 62 deletions(-)
--
OpenAFS Master Repository