OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-323-g0cc3cc9
Gerrit Code Review
gerrit@openafs.org
Thu, 28 Oct 2010 14:26:55 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0cc3cc9412c232e2ec799ee1f1a9a90f3e56ab66
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Tue Oct 26 20:33:41 2010 -0400
bucoord: parallel make fix
Fix an instance of a Makefile rule with multiple targets.
This can cause a parallel make to fail when two instances of
compile_et compete to write the same output files.
Spotted by a build failure with a corrupt bc.h header.
Change-Id: I4adee125a82d640bc78f15c77494a22157cf7f5d
Reviewed-on: http://gerrit.openafs.org/3165
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/bucoord/Makefile.in | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository