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

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

Issue 3116009: Update autotest tests to use make -j where possible. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Convert last two tests to use utils.make(), saving another 20 seconds. Created 10 years, 4 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/deps/glbench/glbench.py ('k') | client/deps/ibusclient/ibusclient.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/hdparm/hdparm.py
diff --git a/client/deps/hdparm/hdparm.py b/client/deps/hdparm/hdparm.py
index aa354980f483ce3bfc0eaf31ce0d6528c7da63a3..cde8d012fb6dff30436af56fa995360dd3122115 100755
--- a/client/deps/hdparm/hdparm.py
+++ b/client/deps/hdparm/hdparm.py
@@ -12,7 +12,7 @@ def setup(tarball, topdir):
os.chdir(srcdir)
# This binary is not necessary and breaks non-x86 autotest builds
os.remove('contrib/fix_standby')
- utils.system('make')
+ utils.make()
utils.system('make binprefix=%s manprefix=%s install' % (topdir, topdir))
os.chdir(topdir)
« no previous file with comments | « client/deps/glbench/glbench.py ('k') | client/deps/ibusclient/ibusclient.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698