OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2206-gfb03b13

Gerrit Code Review gerrit@openafs.org
Fri, 24 Feb 2012 04:28:55 -0800 (PST)


The following commit has been merged in the master branch:
commit fb03b1380f82a6bdc8a78ad92069da38b4e98c26
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.
    
    Change-Id: If07888abfdb9e8ec822b33abed0bf744b7210a52
    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>

 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