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

Side by Side Diff: client/tests/tiobench/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/signaltest/Makefile ('k') | scheduler/monitor_db.py » ('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 --- tiobench-0.3.3/Makefile.orig 2011-02-07 20:32:53.000000000 -0800
2 +++ tiobench-0.3.3/Makefile 2011-02-07 20:33:02.000000000 -0800
3 @@ -1,6 +1,6 @@
4 # Makefile for tiotest
5
6 -CC=gcc
7 +CC?=gcc
8 #CFLAGS=-O3 -fomit-frame-pointer -Wall
9 CFLAGS=-O2 -Wall
10
11 @@ -14,7 +14,7 @@ CFLAGS=-O2 -Wall
12
13 #DEFINES=
14
15 -LINK=gcc
16 +LINK=$(CC)
17 EXE=tiotest
18 PROJECT=tiobench
19 # do it once instead of each time referenced
OLDNEW
« no previous file with comments | « client/tests/signaltest/Makefile ('k') | scheduler/monitor_db.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698