OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4390-gbd5c129

Gerrit Code Review gerrit@openafs.org
Wed, 8 Oct 2014 10:51:27 -0400


The following commit has been merged in the master branch:
commit bd5c12995e6de74d36bd2205f7268a0f32029b7f
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Fri Sep 19 21:18:38 2014 -0400

    Deorbit separate JUAFS build
    
    Since 80943970b8cfcdf3fc630b25804aebaea228bd73, when the web enhancements
    were enabled universally, there has no longer been a functional difference
    between the UAFS and JUAFS builds.  Their object files are compiled
    using the same compilation rule, and the list of object files differed
    only by rx_kmutex.o (which is devoid of content) and xdr_int32.o
    (which is preumably an oversight).
    
    Save the extra build time by just reinstalling libuafs.a as libjuafs.a
    to preserve the existing interfaces.
    
    Additionally, drop the LIBJUAFS make variable -- all definitions set
    it to libjuafs.a.  Similarly, the LIBJUAFS_FLAGS variable was unused
    and can be removed.
    
    Change-Id: I2074d5bc26e326db36b16e055431818ef1c69210
    Reviewed-on: http://gerrit.openafs.org/11471
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    Tested-by: D Brashear <shadow@your-file-system.com>

 src/libuafs/.gitignore               |    1 -
 src/libuafs/Makefile.common.in       |  408 +---------------------------------
 src/libuafs/MakefileProto.AIX.in     |    6 -
 src/libuafs/MakefileProto.DARWIN.in  |    5 -
 src/libuafs/MakefileProto.DFBSD.in   |    5 -
 src/libuafs/MakefileProto.DUX.in     |    6 -
 src/libuafs/MakefileProto.FBSD.in    |    5 -
 src/libuafs/MakefileProto.HPUX.in    |    5 -
 src/libuafs/MakefileProto.IRIX.in    |    5 -
 src/libuafs/MakefileProto.LINUX.in   |    9 -
 src/libuafs/MakefileProto.NBSD.in    |    5 -
 src/libuafs/MakefileProto.OBSD.in    |    5 -
 src/libuafs/MakefileProto.SOLARIS.in |    5 -
 src/libuafs/README                   |   53 ++----
 14 files changed, 25 insertions(+), 498 deletions(-)

-- 
OpenAFS Master Repository