OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2922-g035a2ea

Gerrit Code Review gerrit@openafs.org
Tue, 11 Sep 2012 14:42:16 -0700 (PDT)


The following commit has been merged in the master branch:
commit 035a2ea4a1a26141508cf3fa5918d40b7be6fc90
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Aug 23 21:35:35 2012 +0100

    ubik: Use libtool
    
    Use libtool to build LWP and pthreaded versions of the ubik library.
    Both versions are built in the src/ubik directory. src/tubik is modified
    to only build pthreaded versions of the ubik test commands.
    
    Replace use of libubik_pthread.a with the libtool generated library.
    
    Change-Id: Id441fe00dbe801e38a108600bfbe06c292383872
    Reviewed-on: http://gerrit.openafs.org/8090
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/tbudb/Makefile.in        |    2 +-
 src/tptserver/Makefile.in    |    2 +-
 src/tubik/Makefile.in        |  140 ++++++------------------------------------
 src/tvlserver/Makefile.in    |    2 +-
 src/tvolser/Makefile.in      |    2 +-
 src/ubik/Makefile.in         |   51 ++++++++--------
 src/ubik/liboafs_ubik.la.sym |   35 +++++++++++
 7 files changed, 83 insertions(+), 151 deletions(-)

-- 
OpenAFS Master Repository