diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-24 23:19:46 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-24 23:19:46 +0300 |
commit | f2a2e68e608839cf8de4a47392d3d221bb62c531 (patch) | |
tree | 8528962e7a09f843a9233a71c1dd9cfec2a41722 | |
parent | 8ad62d6b00adf657ef7b468778a0964007aca383 (diff) |
Fix couple of typos in b.cli
-rw-r--r-- | build2/b.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/b.cli b/build2/b.cli index 726f04e..2be27cf 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -131,7 +131,7 @@ namespace build2 In the above example, we assumed that the \cb{build2} driver was able to determine the association between \cb{out_base} and \cb{src_base}. In - case \cb{src_base} and \cb{out_base} are not the same directotry, this is + case \cb{src_base} and \cb{out_base} are not the same directory, this is achieved in one of two ways: the \cb{config} module (which implements the \cb{configure}, \cb{disfigure}, and \cb{create} meta-operations) saves this association as part of the configuration process. If, however, the @@ -238,7 +238,7 @@ namespace build2 drawbacks using the configuration project: \ - b 'create(clang, cxx)' config.cxx=clang++ # Creates clang/. + b 'create(clang/, cxx)' config.cxx=clang++ # Creates clang/. b 'configure(libhello/@clang/libhello/)' b 'configure(hello/@clang/hello/)' \ |