commit | 5f1faeb9c23d0f0638c5fc2cf5922a2203e52748 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Sat Jan 12 19:13:06 2019 +0100 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Sat Jan 12 19:13:06 2019 +0100 |
tree | 55cbcaeadedb1900e457dabc268db5ab44c6763b | |
parent | c041a1bb47598b829dd24ad53456b6a2fe36c338 [diff] |
Make get-file-size compatible with toybox stat * Use the same format as mk_qemu_image.sh Change-Id: I5df23f488006440075a00798a171f7a8856e097a
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