当前位置: 技术问答>linux和unix
make;make install放在script裡
来源: 互联网 发布时间:2016-05-26
本文导语: #!/bin/sh make;make install 但執行時怎麼變成 make 了2次 CHK include/linux/version.h make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/compile.h Kernel: arch/arm/boot/Image is ready Kernel: Copy Image to /im...
#!/bin/sh
make;make install
但執行時怎麼變成 make 了2次
make;make install
但執行時怎麼變成 make 了2次
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/compile.h
Kernel: arch/arm/boot/Image is ready
Kernel: Copy Image to /image/
cp arch/arm/boot/Image ../image/950kernel
zip ../image/950kernel.zip ../image/950kernel
updating: ../image/950kernel (deflated 52%)
Kernel: arch/arm/boot/zImage is ready
Building modules, stage 2.
MODPOST
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/compile.h
Kernel: arch/arm/boot/Image is ready
Kernel: Copy Image to /image/
cp arch/arm/boot/Image ../image/950kernel
zip ../image/950kernel.zip ../image/950kernel
updating: ../image/950kernel (deflated 52%)
/bin/sh /mnt/MyShare2_debian/w90x900bsp/linux-2.6.17/arch/arm/boot/install.sh 2.6.1720080708
arch/arm/boot/Image System.map "/boot"
Installing normal kernel
You have to install it yourself
|
没看明白。。