The following commit has been merged in the master branch:
commit 9df43aacab0f311c15837b230761a11750f8b9cb
Author: Michael Meffie <[email protected]>
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.
    
    Change-Id: Ib44a8e358643cf19b4834b3bd4d5b88db6cd0ccf
    Reviewed-on: http://gerrit.openafs.org/7921
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Marc Dionne <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to