2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Fix BB test failures from double UPDATE_NOW calls.

This commit is contained in:
Rene Rivera
2016-11-08 13:27:42 -06:00
parent b1df9b928b
commit a5cb620336

View File

@@ -976,7 +976,10 @@ local rule should-clean-project ( project )
# log output target. To ensure the output records all built
# as otherwise if could execute out-of-sequence when
# doing parallel builds.
UPDATE_NOW $(.out-xml) : : ignore-minus-n ;
if $(.out-xml)
{
UPDATE_NOW $(.out-xml) : : ignore-minus-n ;
}
if $(.post-build-hook)
{
$(.post-build-hook) $(ok) ;