diff options
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 |