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

Unified Diff: mod_image_for_test.sh

Issue 3059001: Enable fast build by default in build_image and mod_image_for_test.sh. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Only enable by default in non-official builds Created 10 years, 5 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 | « common.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_test.sh
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
index 52712822b77aaf34abceec187df94ba950e38e6c..bc6a2023b802086f258b55c88705a400fdb38f74 100755
--- a/mod_image_for_test.sh
+++ b/mod_image_for_test.sh
@@ -32,7 +32,7 @@ DEFINE_string qualdb "" "Location of qualified component file" d
DEFINE_boolean yes $FLAGS_FALSE "Answer yes to all prompts" y
DEFINE_string build_root "/build" \
"The root location for board sysroots."
-DEFINE_boolean fast ${FLAGS_FALSE} "Call many emerges in parallel"
+DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel"
# Parse command line
« no previous file with comments | « common.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698