diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 17:13:44 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 17:13:44 +0000 |
commit | 472e947802f6508a24f6a523881e00a8bc10ce31 (patch) | |
tree | 75a6c9bc562f213e2fd423e0140df8c99fc178e9 /build/sanitize-mac-build-log.sed | |
parent | 7e96d79c33e55523829ba64aaf15974271f9b319 (diff) | |
download | chromium_src-472e947802f6508a24f6a523881e00a8bc10ce31.zip chromium_src-472e947802f6508a24f6a523881e00a8bc10ce31.tar.gz chromium_src-472e947802f6508a24f6a523881e00a8bc10ce31.tar.bz2 |
Remove long gomacc command-line for Mac builds.
BUG=none
TEST=Compile Chrome and confirm that gomacc command line is elided.
Review URL: http://codereview.chromium.org/7134063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/sanitize-mac-build-log.sed')
-rw-r--r-- | build/sanitize-mac-build-log.sed | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/sanitize-mac-build-log.sed b/build/sanitize-mac-build-log.sed index 2de72bf..25b311c 100644 --- a/build/sanitize-mac-build-log.sed +++ b/build/sanitize-mac-build-log.sed @@ -20,6 +20,9 @@ \|^ /Developer/Library/PrivateFrameworks/DevToolsCore.framework/|d \|^ /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/|d +# Drop any goma command lines as well. +\|^ .*/gomacc |d + # And, if you've overridden something from your own bin directory, remove those # full command lines, too. \|^ /Users/[^/]*/bin/|d |