# Regression test status reporting tools build Jamfile subproject tools/regression/build ; exe process_jam_log : ../process_jam_log.cpp ../detail/tiny_xml.cpp ../../../libs/filesystem/build/boost_filesystem : $(BOOST_ROOT) BOOST_ALL_NO_LIB=1 : release ; exe compiler_status : ../compiler_status.cpp ../detail/tiny_xml.cpp ../../../libs/filesystem/build/boost_filesystem : $(BOOST_ROOT) BOOST_ALL_NO_LIB=1 : release ; stage run : process_jam_log compiler_status : : release true ;