OpenAFS Master Repository branch, master, updated. d46713d4bd0d0ce32640d973696c914e804413f6

Gerrit Code Review gerrit@openafs.org
Sat, 11 Jul 2009 07:07:33 -0700 (PDT)


The following commit has been merged in the master branch:
commit d46713d4bd0d0ce32640d973696c914e804413f6
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Mon Jul 6 20:41:25 2009 -0400

    Parallel make fixes
    
    Fixes several problems with parallel makes in the current source:
    - Add '+' prefix to many top-level Makefile commands. This informs make that
    the following command should be treated as a sub-make and propagates the -jN
    flag.
    - Add a few missing dependencies
    - Tweak some Makefiles that work with generated header files to prevent cases
    where we attempt to use the file while it's being generated
    - For the Linux kernel build, eliminate duplicated effort between COMPDIRS
    and INSTDIRS, which also prevents conflict between the two in a
    parallel situation.
    
    FIXES 125031
    
    Reviewed-on: http://gerrit.openafs.org/3
    Verified-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in                       |  210 ++++++++++++++++++------------------
 src/bozo/Makefile.in              |    4 +-
 src/bubasics/Makefile.in          |    6 +-
 src/budb/Makefile.in              |    6 +-
 src/libafs/Makefile.common.in     |    2 +-
 src/libafs/MakefileProto.LINUX.in |    4 +-
 src/sys/Makefile.in               |    4 +-
 src/update/Makefile.in            |    2 +-
 src/vol/Makefile.in               |    2 +
 src/xstat/Makefile.in             |    4 +-
 10 files changed, 126 insertions(+), 118 deletions(-)

-- 
OpenAFS Master Repository