@@ -506,6 +506,11 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
506506< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Default</ p > </ td >
507507</ tr >
508508< tr >
509+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > trace-commands</ code > </ p > </ td >
510+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Trace commands executed by the workflow.</ p > </ td >
511+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
512+ </ tr >
513+ < tr >
509514< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > source-dir</ code > </ p > </ td >
510515< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> The boost source directory.</ p >
511516< p class ="tableblock "> This path will be used to build and install < code > B2</ code > for the workflow
@@ -519,7 +524,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
519524< p class ="tableblock "> The build directory for the project root will be computed by concatenating the value of the
520525--build-dir option, the project name specified in Jamroot, and the build dir specified in Jamroot
521526(or bin, if none is specified).</ p >
522- < p class ="tableblock "> The option is primarily useful when building from read-only media, when you can’ t modify Jamroot.</ p > </ td >
527+ < p class ="tableblock "> The option is primarily useful when building from read-only media, when you can’ t modify Jamroot.</ p > </ td >
523528< td class ="tableblock halign-left valign-top "> </ td >
524529</ tr >
525530< tr >
@@ -531,9 +536,9 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
531536</ tr >
532537< tr >
533538< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > cxxflags</ code > </ p > </ td >
534- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Flags to be used with the C++ compiler.
535- If the input is not specified, the action will use the flags defined by the environment variable < code > CXXFLAGS</ code > .
536- If the environment variable is not specified, the action will use the default flags as identified by B2.</ p > </ td >
539+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Flags to be used with the C++ compiler.</ p >
540+ < p class =" tableblock " > If the input is not specified, the action will use the flags defined by the environment variable < code > CXXFLAGS</ code > .</ p >
541+ < p class =" tableblock " > If the environment variable is not specified, the action will use the default flags as identified by B2.</ p > </ td >
537542< td class ="tableblock halign-left valign-top "> </ td >
538543</ tr >
539544< tr >
@@ -684,7 +689,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
684689< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Compresses target paths by abbreviating each component.</ p >
685690< p class ="tableblock "> This option is useful to keep paths from becoming longer than the filesystem supports.</ p >
686691< p class ="tableblock "> See also the B2 documentation section
687- < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> “ Target Paths” </ a > .</ p > </ td >
692+ < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> " Target Paths" </ a > .</ p > </ td >
688693< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > true</ code > </ p > </ td >
689694</ tr >
690695< tr >
@@ -694,7 +699,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
694699< p class ="tableblock "> This option produces shorter paths than --abbreviate-paths does, but at the cost of making them less
695700understandable.</ p >
696701< p class ="tableblock "> See also the B2 documentation section
697- < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> “ Target Paths” </ a > .</ p > </ td >
702+ < a href ="https://www.boost.org/doc/libs/master/tools/build/doc/html/index.html#bbv2.reference.buildprocess.targetpath "> " Target Paths" </ a > .</ p > </ td >
698703< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
699704</ tr >
700705< tr >
@@ -712,7 +717,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
712717< tr >
713718< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > stop-on-error</ code > </ p > </ td >
714719< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Equivalent to the < code > -q</ code > option.</ p >
715- < p class ="tableblock "> Stop at the first error, as opposed to continuing to build targets that don’ t depend on the failed ones.</ p > </ td >
720+ < p class ="tableblock "> Stop at the first error, as opposed to continuing to build targets that don’ t depend on the failed ones.</ p > </ td >
716721< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
717722</ tr >
718723< tr >
@@ -769,8 +774,8 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
769774</ tr >
770775< tr >
771776< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > define</ code > </ p > </ td >
772- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Additional macro definitions for C and C++ compilers.
773- The string should be either SYMBOL or SYMBOL=VALUE.</ p > </ td >
777+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Additional macro definitions for C and C++ compilers.</ p >
778+ < p class =" tableblock " > The string should be either SYMBOL or SYMBOL=VALUE.</ p > </ td >
774779< td class ="tableblock halign-left valign-top "> </ td >
775780</ tr >
776781< tr >
@@ -785,12 +790,7 @@ <h2 id="_input_parameters"><a class="anchor" href="#_input_parameters"></a>Input
785790< p class ="tableblock "> If the input is not specified, the action will use the value defined by the environment variable < code > B2_JOBS</ code > .</ p >
786791< p class ="tableblock "> If the environment variable is also not specified, the action will use the number of processors available in the
787792system.</ p > </ td >
788- < td class ="tableblock halign-left valign-top "> </ td >
789- </ tr >
790- < tr >
791- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > trace-commands</ code > </ p > </ td >
792- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> Trace commands executed by the workflow.</ p > </ td >
793- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > false</ code > </ p > </ td >
793+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < code > 0</ code > </ p > </ td >
794794</ tr >
795795</ tbody >
796796</ table >
0 commit comments