From f2a2e68e608839cf8de4a47392d3d221bb62c531 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 24 Mar 2017 23:19:46 +0300 Subject: Fix couple of typos in b.cli --- build2/b.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2') 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/)' \ -- cgit v1.1