OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4281-g231bd02

Gerrit Code Review gerrit@openafs.org
Tue, 3 Jun 2014 08:28:29 -0400


The following commit has been merged in the master branch:
commit 231bd022ede3309238d840461dc63a46aaa357e5
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Fri Jan 4 16:16:04 2013 -0500

    Dummy Makefile for rxgk
    
    Include a libtool export symbol list for the shared library, which
    only has the client RPC calls and the NewFooSecurityObject primitives
    for now, since that's all that's stubbed out.
    
    Also connect the rxgk directory up to be buildable from the root, but
    nothing depends on it yet so it will not be built.
    
    Looking ahead, build a libafsrpc_rxgk.la object.
    
    Change-Id: I12ddefbdaa1ad4845649e3a32efdeaaa21b5e9b7
    Reviewed-on: http://gerrit.openafs.org/10563
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 Makefile.in                  |    9 ++++
 configure.ac                 |    1 +
 src/rxgk/.gitignore          |    3 +
 src/rxgk/Makefile.in         |   85 ++++++++++++++++++++++++++++++++++++++++++
 src/rxgk/liboafs_rxgk.la.sym |    4 ++
 5 files changed, 102 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository