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

Unified Diff: client/deps/sysstat/sysstat.py

Issue 1234001: autotest: Make netperf2 cross compile (Closed)
Patch Set: Move configure() to utils. Created 10 years, 9 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 | « no previous file | client/tests/netperf2/netperf2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/sysstat/sysstat.py
diff --git a/client/deps/sysstat/sysstat.py b/client/deps/sysstat/sysstat.py
index 6a62e30426b9c82ebeea94d5f95173bddc0b1b68..f8dfdfb7b4a6cf24e6dd4171780b4ccd2e509e3b 100755
--- a/client/deps/sysstat/sysstat.py
+++ b/client/deps/sysstat/sysstat.py
@@ -14,7 +14,7 @@ def setup(tarball, topdir):
tarball)
utils.extract_tarball_to_dir(tarball, 'src')
os.chdir(srcdir)
- utils.system ('./configure --prefix=%s' % topdir)
+ utils.configure('--prefix=%s' % topdir)
utils.system('make')
os.chdir(topdir)
« no previous file with comments | « no previous file | client/tests/netperf2/netperf2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698