aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-09-06 15:20:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-09-06 15:20:27 +0200
commite36982eb67caf56063127091377b922528a916be (patch)
tree41c91b5a4dd7f3ec595da2854045a533e30885a2 /INSTALL.cli
parent0cf081e3c2f0e6092c10fcbe7b436f0c87cc9601 (diff)
Simplify command line in INSTALL file
Diffstat (limited to 'INSTALL.cli')
-rw-r--r--INSTALL.cli4
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
\