diff --git a/boost_build_v2.html b/boost_build_v2.html index f308c18fc..a8eb86c8e 100644 --- a/boost_build_v2.html +++ b/boost_build_v2.html @@ -22,12 +22,12 @@ div.alert { color: red } table { align: center; border: thin; } - + + - build request, build request expansion and directly requested targets + - conditional properties + -->
It is slighly better way is to copy new/user-config.jam
+ into one of the locations where it can be found (given in this table). This prevent you from
+ accidentally overwriting your config when updating.bjam there. A simple application will be built. You can also
play with other projects in examples-v2.
+ it somewhere.
+
+
Each project is also associated with project root. That's a @@ -978,12 +988,8 @@ boost-build /path/to/boost.build ;
Target identifier is used to denote a target. There are two - syntaxes for it. First is the preferred one, described below. The second - is older syntax, which is retained to backward compatibility reasons, but - will be removed in a future release. It is not documented
- -The current syntax is
+Target identifier is used to denote a target. The syntax + is:
target-id -> (project-id | target-name | file-name )
| (project-id | directory-name) "//" target-name
@@ -1021,17 +1027,17 @@ boost-build /path/to/boost.build ;