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

Side by Side Diff: client/tests/fsfuzzer/makefile.patch

Issue 6551020: Merge remote branch 'autotest-upstream/master' into try-box1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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
« no previous file with comments | « client/tests/bash_shared_mapping/makefile.patch ('k') | client/tests/fsstress/makefile.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 --- fsfuzzer-0.6/Makefile.orig 2011-02-07 19:48:48.000000000 -0800
2 +++ fsfuzzer-0.6/Makefile 2011-02-07 19:48:57.000000000 -0800
3 @@ -15,7 +15,7 @@
4 CFLAGS=-g -W -Wall -Wundef
5 LIBS=
6 all:
7 - gcc $(CFLAGS) mangle.c -o mangle $(LIBS)
8 + $(CC) $(CFLAGS) mangle.c -o mangle $(LIBS)
9
10 clean:
11 rm -f mangle *.o
OLDNEW
« no previous file with comments | « client/tests/bash_shared_mapping/makefile.patch ('k') | client/tests/fsstress/makefile.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698