[Kernelloader-cvs] linux build-all.sh,1.19,1.20
Run Linux on the Playstation 2
Brought to you by:
kloader
From: Mega M. <kl...@us...> - 2014-08-18 15:43:29
|
Update of /cvsroot/kernelloader/linux In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7209 Modified Files: build-all.sh Log Message: Copy toolchain configuration file to roo dir. Index: build-all.sh =================================================================== RCS file: /cvsroot/kernelloader/linux/build-all.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** build-all.sh 29 Jul 2014 20:19:15 -0000 1.19 --- build-all.sh 18 Aug 2014 15:43:27 -0000 1.20 *************** *** 88,91 **** --- 88,93 ---- fi + cp "$BASEDIR/simple-toolchain/build/PS2-${TOOLCHAIN}-linux-gnu.sh" "$BASEDIR/" || exit -1 + # Build Linux kernel: cd "$BASEDIR/$KERNEL" || error_exit |