DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: Restore build parallelism
commit 1a9b0400217e40a6cdee3e6ab18089d8bbfb1081
Author: John Marino <draco@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]