OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_9-117-g45190b4

Gerrit Code Review gerrit@openafs.org
Thu, 7 Aug 2014 06:50:45 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 45190b44dbc6573e6175b6da682c4a528846d1a0
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Wed Aug 1 17:26:33 2012 -0400

    comerr: compile_et -emit option for parallel make
    
    Add the -emit option to the compile_et command to support parallel make.
    
    The -emit option allows make to generate the header and the source files
    independently, instead of building two files at the some time.  This
    avoids the issue where one command creates two separate files, which is
    difficult to handle correctly for parallel makes.
    
    Reviewed-on: http://gerrit.openafs.org/7921
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 9df43aacab0f311c15837b230761a11750f8b9cb)
    
    Change-Id: Id560fcec356a4b36c0e311440f74a97a670c07d1
    Reviewed-on: http://gerrit.openafs.org/11227
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 doc/man-pages/pod1/afs_compile_et.pod |   27 ++++++-
 src/comerr/compile_et.c               |  152 +++++++++++++++++++++------------
 src/comerr/error_table.y              |   14 ++--
 src/comerr/error_table_nt.c           |   14 ++--
 4 files changed, 139 insertions(+), 68 deletions(-)

-- 
OpenAFS Master Repository