OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4451-g46bc619

Gerrit Code Review gerrit@openafs.org
Wed, 5 Nov 2014 08:38:11 -0500


The following commit has been merged in the master branch:
commit 46bc619c38591b831b61b3efa7fb7706fbd44527
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Mon Oct 6 17:19:44 2014 -0400

    Finish deorbiting libjuafs.a
    
    Change I2074d5bc26e326db36b16e055431818ef1c69210 removed the separate
    compilation/link of a libjuafs.a (since it was functionally identical
    to the libuafs.a already being built), but retained a libjuafs.a in
    TOP_LIBDIR for use by src/JAVA/libjafs/.
    
    This commit adjusts src/JAVA/libjafs to refer to libuafs.a directly,
    and removes references to libjuafs.a which are no longer relevant.
    
    Change-Id: I0d02ea9e4be773ac50a04925c45e5f243650e21a
    Reviewed-on: http://gerrit.openafs.org/11526
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 src/JAVA/libjafs/JAFS_README    |   20 +-------------------
 src/JAVA/libjafs/Makefile.in    |    2 +-
 src/TechNotes-JavaAPI           |    6 ------
 src/libuafs/Makefile.common.in  |    7 +------
 src/libuafs/README              |   11 +----------
 src/packaging/FreeBSD/pkg-plist |    1 -
 6 files changed, 4 insertions(+), 43 deletions(-)

-- 
OpenAFS Master Repository