aboutsummaryrefslogtreecommitdiff
path: root/src/sync.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2013-09-16 01:22:50 -0400
committerCory Fields <[email protected]>2013-09-16 01:59:03 -0400
commitcae63be6c95b19c236a2333c1f2456e016e13f0f (patch)
tree07be650bbbd9d7ac03e5f89d706f9aff523ee847 /src/sync.cpp
parentMerge pull request #2996 from theuni/qt-translation (diff)
downloaddiscoin-cae63be6c95b19c236a2333c1f2456e016e13f0f.tar.xz
discoin-cae63be6c95b19c236a2333c1f2456e016e13f0f.zip
autotools: fix a parallel build race condition spotted by the pull-tester
libleveldb.a and libmemenv.a should be able to build in parallel, but in practice calling the leveldb makefile ends up rewriting build_config.mk. If one target tries to build while the other is halfway through writing the .mk, the make ends up in an undefined state. Fix that by making one depend on the other. This also reorders the variables to be passed by param rather than via the environment, and combines the targets into a single rule to avoid needless duplication.
Diffstat (limited to 'src/sync.cpp')
0 files changed, 0 insertions, 0 deletions