OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_8-179-g22eddf1

Gerrit Code Review gerrit@openafs.org
Wed, 13 Aug 2014 14:53:06 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 22eddf1c63dea6267e8cd9ee9a0d90c5fd9978b3
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Mon Apr 7 17:55:09 2014 -0400

    vol: Fix build with separate objdir
    
    The volscan-main and volinfo-main source files are in the source
    tree, not the object tree; refer to the objects in the Makefile
    as dependencies, so that they will be picked up properly.  The
    objects will be made just fine by the implicit .c.o rule.
    
    Reviewed-on: http://gerrit.openafs.org/10988
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 074d745a02d80bfd2c16a4e2b7b4222022f8e641)
    
    Change-Id: I3f29fcfb0257e145e0aae62ba425ccd7df513a72
    Reviewed-on: http://gerrit.openafs.org/11279
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/vol/Makefile.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository