Browse Source

Quick-fix for a Boost 1.36 accumulators library documentation build failing because Boost Jam treats different paths to the same target as two separate targets and attempts to build both. This patch simply makes mkdir commands not fail in case the target folder already exist. Should be removed once Boost Jam has been updated to correctly detect different paths to the same target.

[SVN r47260]
Jurko Gospodnetić 18 years ago
parent
commit
7277fd33f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 85661937d3e5f7e1610e973bfcdec76486f83cf4
+Subproject commit 0ab5db79329e6efd1fcc857d193dfb047c23fdd1

粤ICP备19079148号