|
@ -72,7 +72,7 @@ main_lx() { |
|
|
cp -vf vmlinux $root/boot/vmlinux |
|
|
cp -vf vmlinux $root/boot/vmlinux |
|
|
eval $MAKE zImage |
|
|
eval $MAKE zImage |
|
|
# copy some specially pre-processed files with version |
|
|
# copy some specially pre-processed files with version |
|
|
for file in `(cd arch/ppc/boot/images/ ; ls zImage.*)` ; do |
|
|
|
|
|
|
|
|
for x in $(cd arch/ppc/boot/images/ ; ls zImage.*) ; do |
|
|
cp -v arch/ppc/boot/images/$x |
|
|
cp -v arch/ppc/boot/images/$x |
|
|
$root/boot/${x/zImage/zImage-$ver} |
|
|
$root/boot/${x/zImage/zImage-$ver} |
|
|
done |
|
|
done |
|
|