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

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

Issue 657028: Remove checked in binary from the tarball to fix non-x86 test build. (Closed)
Patch Set: Created 10 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 | « no previous file | no next file » | 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 14142aa0db34fae51fcaa970eb8c4a10064714d5..aa354980f483ce3bfc0eaf31ce0d6528c7da63a3 100755
--- a/client/deps/hdparm/hdparm.py
+++ b/client/deps/hdparm/hdparm.py
@@ -10,6 +10,8 @@ def setup(tarball, topdir):
srcdir = os.path.join(topdir, 'src')
utils.extract_tarball_to_dir(tarball, srcdir)
os.chdir(srcdir)
+ # This binary is not necessary and breaks non-x86 autotest builds
+ os.remove('contrib/fix_standby')
utils.system('make')
utils.system('make binprefix=%s manprefix=%s install' % (topdir, topdir))
os.chdir(topdir)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698