当前位置: 技术问答>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
|
没看明白。。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。