OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_10-15-gcdb1bb0

Gerrit Code Review gerrit@openafs.org
Wed, 26 Nov 2014 10:26:56 -0500


The following commit has been merged in the openafs-stable-1_6_x branch:
commit cdb1bb0b29d1aa896a57619cf8f87aabbe798193
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Wed Aug 27 12:23:20 2014 -0400

    Appease compile_et for objdir builds
    
    The argument we pass to -p needs to be in the source tree, not
    the object tree -- compile_et will not find the input files it
    wants in the objdir tree.
    
    For tbudb we can do this as is done on master, by just including
    it in the local variable BUDB, but for tptserver and tvlserver
    that is a rather invasive change.
    
    This fixes the build with a separate objdir, which was broken by
    commit 7c451fab11b65dd5e2860715b939e5de33c7645e.
    
    Change-Id: If90f170ef3777a9987a0ba91747041abb89b2b65
    Reviewed-on: http://gerrit.openafs.org/11435
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/tbudb/Makefile.in     |   10 +++++-----
 src/tptserver/Makefile.in |    4 ++--
 src/tvlserver/Makefile.in |    4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository