diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-09-06 15:20:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-09-06 15:20:27 +0200 |
commit | e36982eb67caf56063127091377b922528a916be (patch) | |
tree | 41c91b5a4dd7f3ec595da2854045a533e30885a2 | |
parent | 0cf081e3c2f0e6092c10fcbe7b436f0c87cc9601 (diff) |
Simplify command line in INSTALL file
-rw-r--r-- | INSTALL.cli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL.cli b/INSTALL.cli index 84649ba..f4f2dfc 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -69,9 +69,7 @@ makefile (but not the script): \ $ mkdir build2-boot -$ cd build2-boot -$ make -f ../build2-X.Y.Z/bootstrap.gmake CXX=g++ -j 8 -$ cd .. +$ make -C build2-boot -f ../build2-X.Y.Z/bootstrap.gmake CXX=g++ -j 8 $ build2-boot/build2/b-boot --version \ |