summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-11-26 11:27:14 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-26 11:27:14 +1100
commitd0a10895fa7cad1dedbd0bc76e914065acc32721 (patch)
treead69d4866c39596829edcb46ebb2af8d884f113c /scripts
parent911ab68ed27d14c75af1a4310d7f75a280ad76b6 (diff)
parent7e50a1b6c27265fa74f355b29b1190f1db25bf84 (diff)
Merge remote branch 'kbuild-current/master'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index ffdafb26f539..d9f0cb837400 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -208,7 +208,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -f -9 > $@) || \
# Bzip2 and LZMA do not include size in file... so we have to fake that;
# append the size as a 32-bit littleendian number as gzip does.
-size_append = /bin/echo -ne $(shell \
+size_append = printf $(shell \
dec_size=0; \
for F in $1; do \
fsize=$$(stat -c "%s" $$F); \