git: buildworld - Fix -j n collisions
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 7 18:40:52 PST 2011
commit 9ba72882236d37420ec3666db40bb593185f5293
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Dec 7 18:38:07 2011 -0800
buildworld - Fix -j n collisions
* Each of _gcc41_tools and _gcc44_tools needs to be ordered
* Currently installation of the objc include files can collide in a way
that interferes with a parallel build, when gcc41 and gcc44 are built
concurrently. For now don't build them concurrently :-(.
Summary of changes:
Makefile.inc1 | 3 +++
gnu/lib/Makefile | 7 ++++---
2 files changed, 7 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ba72882236d37420ec3666db40bb593185f5293
--
DragonFly BSD source repository
More information about the Commits
mailing list