| Index: build/sanitize-mac-build-log.sed
|
| diff --git a/build/sanitize-mac-build-log.sed b/build/sanitize-mac-build-log.sed
|
| index 2de72bf3f3b5c1ac94cfd73c7ca4a894f05e9201..25b311cfd11e9a2b64bd627b8a320b816b60aa41 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
|
|
|