Is it possible to have bjam run a script prior to building? If so, how? I would like apply a patch to the code before compiling, but do not want to change the normal workflow for developers. Thanks!
Here's one way I've found that is quick
Echo [ SHELL "./myscript" ] ;
or you could use generators