OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre1-12-g873ac9c

Gerrit Code Review gerrit@openafs.org
Wed, 11 Jan 2012 13:13:15 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 57a45a64bb5b97c68de2d786b5803def24315f51
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Fri Jan 6 17:22:35 2012 -0500

    libuafs: only rebuild h directory when needed
    
    A few changes to allow a "make all ; sudo make install ; make all..."
    workflow to work without manually removing files in between.
    
    Make the rebuilding of the h directory dependent on the source
    files scanned to build it.  This prevents it from being rebuilt
    for every "make install".
    
    While we're here, use -f when removing linktest for the clean target.
    This allows "make clean" to remove it without prompting when the user
    doesn't have write access to the file, as is the case when make install
    rebuilds it as root.
    
    Reviewed-on: http://gerrit.openafs.org/6519
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 2caf0778ddeb6eeb854360cac20c6b3f0894f3eb)
    
    Change-Id: Id4ccad953669538072b834a6aa49b8beaeeeed35
    Reviewed-on: http://gerrit.openafs.org/6526
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/libuafs/Makefile.common.in |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository