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

Unified Diff: build/sanitize-mac-build-log.sed

Issue 5739006: mac output cleanup script: fix match for "nothing to do" make output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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/sanitize-mac-build-log.sed
diff --git a/build/sanitize-mac-build-log.sed b/build/sanitize-mac-build-log.sed
index fbafbb275b1fba7ffbd3a4ddaa3ff444a9661d24..3894e4ceef5aa21e32105ca8982cff11240b4e32 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.
« 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