OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2906-g4fc7850

Gerrit Code Review gerrit@openafs.org
Sat, 8 Sep 2012 20:31:19 -0700 (PDT)


The following commit has been merged in the master branch:
commit 4fc7850a0c618443e3eb636ac5fe2f0e3202451b
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Sep 8 15:43:17 2012 -0400

    comerr, cmd, opr: fix library install targets
    
    Fix a couple of issues in the install targets following the libtool
    changes:
    - don't install liboafs_comerr or liboafs_opr, they're not ready to
    be exposed to the outside world
    - fix the libcmd.a install target to use INSTALL_DATA and the correct
    library name
    
    Change-Id: I2bf241cfff419d51bf170fdc871248e9b0c7ab33
    Reviewed-on: http://gerrit.openafs.org/8063
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/cmd/Makefile.in    |    2 +-
 src/comerr/Makefile.in |    1 -
 src/opr/Makefile.in    |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository