commit | 04d3c4f6554303cf7055fb261c6a3f43cec0d5a6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jan 12 22:28:18 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 12 22:28:18 2019 +0000 |
tree | 1181d37278d8c71c025d1d92fabb55e4659c675a | |
parent | 4b2e0b22fb5fc433c7c1832bea4d7ce5f7135e7c [diff] | |
parent | 5f1faeb9c23d0f0638c5fc2cf5922a2203e52748 [diff] |
Merge "Make get-file-size compatible with toybox stat"
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk index 4e83dc4..deed943 100644 --- a/core/combo/HOST_linux-x86.mk +++ b/core/combo/HOST_linux-x86.mk
@@ -26,5 +26,5 @@ # $(1): The file to check define get-file-size -stat --format "%s" "$(1)" | tr -d '\n' +stat -c "%s" "$(1)" | tr -d '\n' endef