OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2902-gbdfe025

Gerrit Code Review gerrit@openafs.org
Sat, 8 Sep 2012 20:28:44 -0700 (PDT)


The following commit has been merged in the master branch:
commit bdfe025b646036788095e39159e0566bb32007fa
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu May 24 10:26:21 2012 +0100

    usd: Convert to using libtool
    
    Turn the libusd library into a libtool object (it has no pthread/LWP
    differences, and so can just become a pthreaded library), and include
    it as such in butc and the volser. liboafs_usd.la is the libtool
    object, libusd.a is preserved as a static object for backwards
    compatibility.
    
    Change-Id: I25c3d0f429415527fe529c3d3e5afbad9490ea45
    Reviewed-on: http://gerrit.openafs.org/8057
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/dvolser/Makefile.in    |    2 +-
 src/tbutc/Makefile.in      |    2 +-
 src/tvolser/Makefile.in    |    2 +-
 src/usd/Makefile.in        |   19 ++++++++++++-------
 src/usd/liboafs_usd.la.sym |    3 +++
 5 files changed, 18 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository