OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4122-g9df43aa
Gerrit Code Review
gerrit@openafs.org
Wed, 29 Jan 2014 07:21:26 -0800 (PST)
The following commit has been merged in the master branch:
commit 9df43aacab0f311c15837b230761a11750f8b9cb
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.
Change-Id: Ib44a8e358643cf19b4834b3bd4d5b88db6cd0ccf
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>
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