Hi Daniel, On Saturday, 25. May 2013 23:00:48 Daniel Pfeifer wrote:
This patch does not apply to the complete history. I added the following command instead:
$ git filter-branch --tree-filter "find . -type f -maxdepth 1 -exec sed -i -e 's|build[/\\]v2|build|g' {} \;"
Okay, that "fixes" all the history. Now bootstrap.sh works out-of-the-box. But running b2 first time results in: ~/src/devel/modular-boost$ ./b2 -j4 -q /home/hunold/src/devel/modular-boost/tools/build/build/project.jam:287: in load-jamfile from module project error: Multiple Jamfiles found at '/home/hunold/src/devel/modular-boost' error: Filenames are: Jamroot Jamroot.jam
From the contents of Jamroot.jam I guess this comes from one the sandboxes:
git log Jamroot.jam
commit 689e7d3d89c109a9ca1c59f0897071d0b35cf7ac
Author: John Maddock