[build] Displaying Jam Actions
Is there any way to get bjam to display the commands it is running during a build? I see things like "doxygen-action" but that doesn't tell me exactly how dxygen is being run. I'm trying to figure out how to invoke the Boost documentation tools outside of jam but I can't puzzle it out. A switch to print the actual commands being executed would help a lot. Thanks. -Dave
David Greene wrote:
Is there any way to get bjam to display the commands it is running during a build? I see things like "doxygen-action" but that doesn't tell me exactly how dxygen is being run. I'm trying to figure out how to invoke the Boost documentation tools outside of jam but I can't puzzle it out. A switch to print the actual commands being executed would help a lot.
Hi, Take a look at this manual http://www.boost.org/tools/build/jam_src/Jam.html and -d option explained there. I hope it will help. Cheers -- Mateusz Łoskot http://mateusz.loskot.net
David Greene wrote:
Is there any way to get bjam to display the commands it is running during a build? I see things like "doxygen-action" but that doesn't tell me exactly how dxygen is being run. I'm trying to figure out how to invoke the Boost documentation tools outside of jam but I can't puzzle it out. A switch to print the actual commands being executed would help a lot.
"-d+2" I would point you to the nightly generated docs, but they've been broken for some time now. I'll point you to my own copy of the newer bjam docs instead http://redshift-software.com/~grafik/boost/html-1.34.0/jam/usage.html#jam.us... -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (3)
-
David Greene
-
Mateusz Łoskot
-
Rene Rivera