OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-32-g344f7fc

Gerrit Code Review gerrit@openafs.org
Sat, 25 Feb 2012 05:11:12 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 344f7fc6087d1ecf0a76be300700b72122d14467
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Feb 23 18:28:21 2012 -0600

    Rewrite make_h_tree.pl in shell script
    
    The current usage of make_h_tree.pl adds a build requirement of
    /usr/bin/perl that we did not have prior to commit
    1d6593e952ce82c778b1cd6e40c6e22ec756daf1. Do the same thing in a
    bourne shell script instead, so we don't need perl.
    
    Note that this is not as generalized as make_h_tree.pl, but it doesn't
    need to be. Specifically, this does not strip a leading ../ from found
    include directives (nothing in the tree that includes h/* files uses
    this), and header filenames containing whitespace almost certainly do
    not work correctly.
    
    The h => sys mapping is also much more hardcoded, but that's all we
    were using this for anyway.
    
    Reviewed-on: http://gerrit.openafs.org/6790
    Reviewed-by: Russ Allbery <rra@stanford.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit fb03b1380f82a6bdc8a78ad92069da38b4e98c26)
    
    Change-Id: If6bfedea0b563dce6135fbf2f4554ee602ee822c
    Reviewed-on: http://gerrit.openafs.org/6793
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/libuafs/Makefile.common.in |    2 +-
 src/libuafs/make_h_tree        |   28 ++++++++++++++++++++++++
 src/libuafs/make_h_tree.pl     |   45 ----------------------------------------
 3 files changed, 29 insertions(+), 46 deletions(-)

-- 
OpenAFS Master Repository