Restore build parallelism
authorJohn Marino <draco@marino.st>
Sat, 27 Oct 2012 22:55:14 +0000 (00:55 +0200)
committerJohn Marino <draco@marino.st>
Sat, 27 Oct 2012 23:01:25 +0000 (01:01 +0200)
commit1a9b0400217e40a6cdee3e6ab18089d8bbfb1081
tree762b2af5b34de0da7ce21a01f1d8854a332c8d97
parente8f7ad4c140b7e2149365a7adb5ab1c613da4dbe
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++.
Makefile_upgrade.inc
etc/mtree/BSD.usr.dist
gnu/lib/Makefile
gnu/lib/gcc44/Makefile
gnu/lib/gcc44/libobjc/Makefile
gnu/lib/gcc47/Makefile