summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 23:03:24 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-13 23:03:24 +0000
commit8ccdb146b7dd95b95cc2586ee1fb7c5005fbc00b (patch)
tree825e6f662e04f79f986465cc49ac0717c5ac7507 /build
parent7a5452f958569405f8e3d830c250d0f217ce3346 (diff)
downloadchromium_src-8ccdb146b7dd95b95cc2586ee1fb7c5005fbc00b.zip
chromium_src-8ccdb146b7dd95b95cc2586ee1fb7c5005fbc00b.tar.gz
chromium_src-8ccdb146b7dd95b95cc2586ee1fb7c5005fbc00b.tar.bz2
mac output cleanup script: fix match for "nothing to do" make output
Shoulda written a test! Review URL: http://codereview.chromium.org/5739006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/sanitize-mac-build-log.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sanitize-mac-build-log.sed b/build/sanitize-mac-build-log.sed
index fbafbb2..3894e4c 100755
--- a/build/sanitize-mac-build-log.sed
+++ b/build/sanitize-mac-build-log.sed
@@ -11,7 +11,7 @@
/^Check dependencies/d
/^ setenv /d
/^ cd /d
-/^make: nothing to be done/d
+/^make: Nothing to be done/d
# Xcode prints a short "compiling foobar.o" line followed by the lengthy
# full command line. These deletions drop the command line.