id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5883,Neither nor works on prebuilt library targets,anonymous,Vladimir Prus,"For example, suppose I have a jamroot file as follows; {{{ run test.cpp : : : : test.run ; explicit test.run ; lib gmp : : test.run ; explicit gmp ; exe main.exe : gmp main.cpp ; explicit main.exe ; }}} Here, I just expect that `` feature on the `lib` target introduces a dependency on the `test.run` target. However, command line invocation like {{{ bjam main.exe }}} pulls neither the build nor run of `test.run` at all, and only `main.exe` is built. ",Bugs,new,To Be Determined,build,Boost 1.47.0,Problem,,,flast@…