DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: libstdc++47: Fix c++config.h race
commit 72036313cff675e6634202d26198dde932caabbf
Author: John Marino <draco@marino.st>
Date: Mon Oct 1 14:52:03 2012 +0200
libstdc++47: Fix c++config.h race
With high job numbers, sometimes c++config.h would get included before
it finished getting generated. Solve this race by using "depend all"
which should ensure c++config.h gets generated before anything else
in libstdc++ starts to build.
Summary of changes:
gnu/lib/gcc47/libstdc++/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/72036313cff675e6634202d26198dde932caabbf
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]