diff --git a/v2/build/targets.jam b/v2/build/targets.jam index 2c9b64154..f988e691b 100644 --- a/v2/build/targets.jam +++ b/v2/build/targets.jam @@ -288,7 +288,7 @@ class project-target : abstract-target local self-location = [ get location ] ; for local pn in [ get projects-to-build ] { - result += [ find $(pn) ] ; + result += [ find $(pn)/ ] ; } return $(result) ; diff --git a/v2/test/build_dir.py b/v2/test/build_dir.py index efdd522a4..c5bcbc5b9 100644 --- a/v2/test/build_dir.py +++ b/v2/test/build_dir.py @@ -36,6 +36,7 @@ t.expect_addition(["build/$toolset/debug/a.exe", # Test that building from child projects work. t.run_build_system(subdir='src') +t.ignore("build/config.log") t.expect_nothing_more() # Test that project can override build dir.