Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: ninja

Issue 1221683003: Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ninja.exe » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ninja
diff --git a/ninja b/ninja
index cab5668c2eb44c8646285a6de5025d73c9e1f4ec..a337045fd6a91d803969bb2c6d058034d56df580 100755
--- a/ninja
+++ b/ninja
@@ -12,7 +12,7 @@ cat <<-EOF
No prebuilt ninja binary was found for this system.
Try building your own binary by doing:
cd ~
- git clone https://github.com/martine/ninja.git -b v1.5.3
+ git clone https://github.com/martine/ninja.git -b v1.6.0
cd ninja && ./configure.py --bootstrap
Then add ~/ninja/ to your PATH.
EOF
« no previous file with comments | « no previous file | ninja.exe » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698