X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2FMakefile.lib;h=ffdafb26f5390b414d74ec07a1dde3078fd9a540;hb=55871bdd03bf577c5c8fc65498ae24b7c148e1eb;hp=7a7778746ea68cf12841cadfd0a84c48ab472588;hpb=5e75c5f5d723074b1ceefe916c3005888e431d12;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 7a7778746ea6..ffdafb26f539 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 = echo -ne $(shell \ +size_append = /bin/echo -ne $(shell \ dec_size=0; \ for F in $1; do \ fsize=$$(stat -c "%s" $$F); \