git: Restore build parallelism

John Marino marino at crater.dragonflybsd.org
Sat Oct 27 16:01:46 PDT 2012


commit 1a9b0400217e40a6cdee3e6ab18089d8bbfb1081
Author: John Marino <draco at marino.st>
Date:   Sun Oct 28 00:55:14 2012 +0200

    Restore build parallelism
    
    The build parallelism was accidently disabled with recent commits.
    First, relocate libobjc headers for gcc44 to /usr/libdata/gcc44/objc
    and then remove all the strict ordering to maximize build parallelism.
    
    Exception: the gcc47 library set requires libsupc++ to be built after
    libstdc++ because they share object files built by libstdc++.

Summary of changes:
 Makefile_upgrade.inc           |    1 +
 etc/mtree/BSD.usr.dist         |    2 ++
 gnu/lib/Makefile               |    5 ++++-
 gnu/lib/gcc44/Makefile         |    4 +++-
 gnu/lib/gcc44/libobjc/Makefile |    2 +-
 gnu/lib/gcc47/Makefile         |    5 ++++-
 6 files changed, 15 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a9b0400217e40a6cdee3e6ab18089d8bbfb1081


-- 
DragonFly BSD source repository



More information about the Commits mailing list