OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4124-gc8e83f0

Gerrit Code Review gerrit@openafs.org
Wed, 29 Jan 2014 07:22:12 -0800 (PST)


The following commit has been merged in the master branch:
commit c8e83f0e826bc0a56321408b1c7a2afa137bab05
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Nov 22 12:23:17 2013 -0500

    config: parallel-safe param.h makefile rule
    
    Generate the param.h.new temporary file in a parallel-safe
    way.  The rule to generate the three copies of param.h can
    run at the the same time under a parallel make, clobbering
    the param.h.new temporary file. Instead of creating this file
    inline, create a common rule to generate the temporary file
    once.
    
    Change-Id: I823b6a55f3168e991b64660bfe51303d43f693a9
    Reviewed-on: http://gerrit.openafs.org/10516
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/config/Makefile.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository