Lines Matching refs:gzip
41 gzip=.gz
112 --no-gzip)
113 gzip=
198 gzip=
229 gzip=
291 if [ -z "$cacheit" -o ! -f "$vmz$gzip" -o "$vmz$gzip" -ot "$kernel" ]; then
296 if [ -n "$gzip" ]; then
297 gzip -n -f -9 "$vmz.$$"
301 mv -f "$vmz.$$$gzip" "$vmz$gzip"
327 vmz="$vmz$gzip"
343 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
360 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
422 gzip -n -f -9 "$ofile"
423 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
469 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"