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

Unified Diff: client/tests/lmbench/0003-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/kvm/tests_base.cfg.sample ('k') | client/tests/netperf2/netperf2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/lmbench/0003-makefile.patch
diff --git a/client/tests/lmbench/0003-makefile.patch b/client/tests/lmbench/0003-makefile.patch
new file mode 100644
index 0000000000000000000000000000000000000000..5d2a15eaf9bc1537570794b52cdbad0220574a5a
--- /dev/null
+++ b/client/tests/lmbench/0003-makefile.patch
@@ -0,0 +1,14 @@
+--- lmbench3/src/Makefile.orig 2011-02-07 20:17:46.000000000 -0800
++++ lmbench3/src/Makefile 2011-02-07 20:18:02.000000000 -0800
+@@ -34,9 +34,9 @@
+ # I finally know why Larry Wall's Makefile says "Grrrr".
+ SHELL=/bin/sh
+
+-CC=`../scripts/compiler`
++CC ?= `../scripts/compiler`
+ MAKE=`../scripts/make`
+-AR=ar
++AR ?= ar
+ ARCREATE=cr
+
+ # base of installation location
« no previous file with comments | « client/tests/kvm/tests_base.cfg.sample ('k') | client/tests/netperf2/netperf2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698