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

Unified Diff: third_party/instrumented_libraries/libcups2.diff

Issue 361473002: Instrumented libraries: improve handling of custom patches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use -i to pass filename to patch Created 6 years, 6 months 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 | « third_party/instrumented_libraries/libasound2.sh ('k') | third_party/instrumented_libraries/libcups2.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/libcups2.diff
diff --git a/third_party/instrumented_libraries/libcups2.diff b/third_party/instrumented_libraries/libcups2.diff
deleted file mode 100644
index 49b262fee63dac7a241fa66d3c353102cc64c1bb..0000000000000000000000000000000000000000
--- a/third_party/instrumented_libraries/libcups2.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile
---- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400
-+++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400
-@@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \
-
- LANGUAGES=de fr
-
-+# Man pages build may fail. We don't need those in instrumented builds anyway.
-+MAN1 =
-+MAN5 =
-+MAN7 =
-+MAN8 =
-+
- #
- # Make everything...
- #
-diff -rupN ./man/Makefile.l10n ../cups-1.5.3-patched/man/Makefile.l10n
---- ./man/Makefile.l10n 2014-01-31 20:19:55.000000000 +0400
-+++ ../cups-1.5.3-patched/man/Makefile.l10n 2014-01-31 20:22:13.889535988 +0400
-@@ -57,6 +57,11 @@ MAN8 = cupsaccept.$(MAN8EXT) \
- lpmove.$(MAN8EXT) \
- lpc.$(MAN8EXT)
-
-+# Man pages build may fail. We don't need those in instrumented builds anyway.
-+MAN1 =
-+MAN5 =
-+MAN7 =
-+MAN8 =
-
- #
- # Make everything...
« no previous file with comments | « third_party/instrumented_libraries/libasound2.sh ('k') | third_party/instrumented_libraries/libcups2.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698