ERROR Re: [Prism54-users] crond your compilation daily!

david david@hulk.gulmu.com
Wed, 5 Nov 2003 15:47:07 +0100


Must make config before make dep  :(
Could anyone send a lot of RETURN to make config ? It would be a solution=20
since I do make config after copy the config file, and press RETURN for a=20
short time. After that, `make dep bzImage modules` works.


El Mi=E9rcoles, 5 de Noviembre de 2003 15:33, david escribi=F3:
> Must have kernel source in /somewhere/somedir
>
> cd /somewhere/somedir
> file=3D`date +patch-2.4.23-pre9-prism54-CVS-%Y-%m-%d.bz2`
> wget http://prism54.org/pub/linux/snapshot/kernel/v2.4/$file
> if [ -f $file ];
> then
>         rm -rf linux-2.4.22
>         tar -zxf linux-2.4.22.tar.gz
>         cd linux-2.4.22
>         bzcat ../patch-2.4.23-pre9.bz2 | patch -p1
>         bzcat ../$file | patch -p1
>         cp ../config-2.4.23 .config
>         make dep clean bzImage modules
> #	make  modules_install install
>         echo "Kernel ok for $file"
> fi
>
>
> _______________________________________________
> Prism54-users mailing list
> Prism54-users@prism54.org
> http://prism54.org/mailman/listinfo/prism54-users