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

Unified Diff: build/SConscript.main

Issue 14082: Removing VERBOSE=1 option, superceeded by standard hammer --verbose option. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 6918)
+++ build/SConscript.main (working copy)
@@ -166,15 +166,6 @@
SetOption('num_jobs', cpus + 1)
-if ARGUMENTS.get('VERBOSE') in (None, '0'):
- root_env['CCCOMSTR'] = 'Compiling $TARGET ...'
- root_env['CXXCOMSTR'] = 'Compiling $TARGET ...'
- root_env['SHCCCOMSTR'] = 'Compiling $TARGET ...'
- root_env['SHCXXCOMSTR'] = 'Compiling $TARGET ...'
- root_env['ARCOMSTR'] = 'Archiving $TARGET ...'
- root_env['LINKCOMSTR'] = 'Linking $TARGET ...'
- root_env['BINDINGSCOMSTR'] = 'Building bindings in $TARGET ...'
-
# Use timestamps change, followed by MD5 for speed
root_env.Decider('MD5-timestamp')
@@ -648,7 +639,6 @@
PROGRESS=type Display a progress indicator:
name: print each evaluated target name
spinner: print a spinner every 5 targets
- VERBOSE=1 Display full command lines
"""
if GetOption('help'):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698