git: libstdc++47: Fix c++config.h race
John Marino
marino at crater.dragonflybsd.org
Mon Oct 1 05:55:42 PDT 2012
commit 72036313cff675e6634202d26198dde932caabbf
Author: John Marino <draco at 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
More information about the Commits
mailing list