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

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

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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/libaio/common.py ('k') | client/deps/libcap/common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/libaio/libaio.py
diff --git a/client/deps/libaio/libaio.py b/client/deps/libaio/libaio.py
index 62a6ed8fd233f2b6f218c717dbc239b4e4d8704e..5389f32f07670dabf21e7350d44f321ef0db0394 100755
--- a/client/deps/libaio/libaio.py
+++ b/client/deps/libaio/libaio.py
@@ -1,7 +1,6 @@
#!/usr/bin/python
import os
-import common
from autotest_lib.client.bin import utils
version = 1
@@ -11,8 +10,8 @@ def setup(tarball, topdir):
utils.extract_tarball_to_dir(tarball, srcdir)
os.chdir(srcdir)
utils.system('patch -p1 < ../00_arches.patch')
- utils.system('make')
- utils.system('make prefix=%s install' % topdir)
+ utils.make()
+ utils.make('prefix=%s install' % topdir)
os.chdir(topdir)
« no previous file with comments | « client/deps/libaio/common.py ('k') | client/deps/libcap/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698