OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2910-g3f63d48

Gerrit Code Review gerrit@openafs.org
Sun, 9 Sep 2012 12:45:14 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3f63d48dab4c46389fde6920189960c1f44494a2
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu May 24 22:08:45 2012 +0100

    lwp: Build a pthreaded compat library with libtool
    
    The majority of the LWP directory isn't used by pthreaded applications.
    However, there are three files - fasttime.c, lock.c and waitkey.c which
    are used within pthreaded code.
    
    Eventually, these should live somewhere other than the LWP directory.
    For now, just build a small pthreaded library to hold them, so we
    can finish up with the libtool work before considering how to move
    this code elsewhere.
    
    Change-Id: I66281f7cd838c048fd982bbd0f756a16a10862d1
    Reviewed-on: http://gerrit.openafs.org/8069
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/dviced/Makefile.in           |   12 ++----------
 src/dvolser/Makefile.in          |   12 ++----------
 src/lwp/Makefile.in              |   24 ++++++++++++++++--------
 src/lwp/liboafs_lwpcompat.la.sym |    9 +++++++++
 src/tbutc/Makefile.in            |   12 ++----------
 src/tsalvaged/Makefile.in        |   16 ++++------------
 src/tvolser/Makefile.in          |   15 ++-------------
 src/viced/Makefile.in            |   17 ++---------------
 8 files changed, 39 insertions(+), 78 deletions(-)

-- 
OpenAFS Master Repository