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

Side by Side Diff: third_party/instrumented_libraries/patches/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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile 1 diff -rupN ./man/Makefile ../cups-1.5.3-patched/man/Makefile
2 --- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400 2 --- ./man/Makefile 2014-01-31 20:19:55.000000000 +0400
3 +++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400 3 +++ ../cups-1.5.3-patched/man/Makefile 2014-01-31 20:21:56.449781676 +0400
4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \ 4 @@ -69,6 +69,12 @@ MAN8 = cupsaccept.$(MAN8EXT) \
5 5
6 LANGUAGES=de fr 6 LANGUAGES=de fr
7 7
8 +# Man pages build may fail. We don't need those in instrumented builds anyway. 8 +# Man pages build may fail. We don't need those in instrumented builds anyway.
9 +MAN1 = 9 +MAN1 =
10 +MAN5 = 10 +MAN5 =
(...skipping 11 matching lines...) Expand all
22 lpc.$(MAN8EXT) 22 lpc.$(MAN8EXT)
23 23
24 +# Man pages build may fail. We don't need those in instrumented builds anyway. 24 +# Man pages build may fail. We don't need those in instrumented builds anyway.
25 +MAN1 = 25 +MAN1 =
26 +MAN5 = 26 +MAN5 =
27 +MAN7 = 27 +MAN7 =
28 +MAN8 = 28 +MAN8 =
29 29
30 # 30 #
31 # Make everything... 31 # Make everything...
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/nss.sh ('k') | third_party/instrumented_libraries/patches/libfontconfig.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698