Lines Matching refs:gzip
41 gzip=.gz
129 --no-gzip)
130 gzip=
215 gzip=
246 gzip=
308 if [ -z "$cacheit" -o ! -f "$vmz$gzip" -o "$vmz$gzip" -ot "$kernel" ]; then
313 if [ -n "$gzip" ]; then
314 gzip -n -f -9 "$vmz.$$"
318 mv -f "$vmz.$$$gzip" "$vmz$gzip"
344 vmz="$vmz$gzip"
360 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
377 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
439 gzip -n -f -9 "$ofile"
440 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
486 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"