aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/wrapper
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2007-03-28 02:21:04 -0600
committerPaul Mackerras <paulus@samba.org>2007-04-13 03:55:16 +1000
commit1383a34fafeb9f49975fc33783960729fbd2cddf (patch)
treed5662d26786ba64862bab20e98a601b268fc25c4 /arch/powerpc/boot/wrapper
parent[POWERPC] bootwrapper: missing relocation in crt0.S (diff)
downloadlinux-dev-1383a34fafeb9f49975fc33783960729fbd2cddf.tar.xz
linux-dev-1383a34fafeb9f49975fc33783960729fbd2cddf.zip
[POWERPC] bootwrapper: no-gzip fixes
Commit a9903811bf8d130a26004f9cb27b66513a267908 missed two uses of the the .gz suffix in the wrapper script and didn't clean the additonal possibly cached files. Signed-off-by: Milton Miller <miltonm@bga.com> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-xarch/powerpc/boot/wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index f9238f53c1f3..e4566bdfbe00 100755
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -144,7 +144,7 @@ miboot|uboot)
esac
vmz="$tmpdir/`basename \"$kernel\"`.$ext"
-if [ -z "$cacheit" -o ! -f "$vmz.gz" -o "$vmz.gz" -ot "$kernel" ]; then
+if [ -z "$cacheit" -o ! -f "$vmz$gzip" -o "$vmz$gzip" -ot "$kernel" ]; then
${CROSS}objcopy $objflags "$kernel" "$vmz.$$"
if [ -n "$gzip" ]; then