OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1402-gffb6864

Gerrit Code Review gerrit@openafs.org
Fri, 15 Jul 2011 12:29:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit ffb6864f0f60113d125527feacbd6d20a8121e2d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Jul 15 17:14:27 2011 +0100

    Make --enable-pthreaded-ubik do what it claims
    
    The configure help text for --enable-pthreded-ubik says
        "enable installation of pthreaded ubik applications"
    
    This patch set makes the behaviour in the code match that. Instead
    of controlling whether the pthreaded ubik code is compiled at all,
    the configure option now just controls whether it is installed. This
    means that we'll always build the pthread code, and so should reduce
    the number of times it is inadvertently broken.
    
    Change-Id: I8b2ffb46e01157f2043cf7daf68e69580ea285c5
    Reviewed-on: http://gerrit.openafs.org/5028
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in             |   36 ++++++++----------------------------
 src/tbudb/Makefile.in   |   10 ++++++++--
 src/tubik/Makefile.in   |   22 +++++++++++++---------
 src/tvolser/Makefile.in |   21 ++++++++++-----------
 4 files changed, 39 insertions(+), 50 deletions(-)

-- 
OpenAFS Master Repository