From: Jan-Benedict G. <jb...@us...> - 2005-10-29 20:33:24
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13017/scripts Modified Files: build_toolchain.sh Log Message: - Modify build_toolchain.sh to call the renamed preparation script. - Update uClibc's .config file to reflect upstream changes. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- build_toolchain.sh 28 Oct 2005 07:45:01 -0000 1.22 +++ build_toolchain.sh 29 Oct 2005 20:33:17 -0000 1.23 @@ -560,7 +560,7 @@ echo "RUNTIME_PREFIX=\"${INSTALL_BASE}/runtime-prefix/\"" # Prepare - build "${BUILD_UCLIBC}" && execute ./extra/scripts/create_links.sh + build "${BUILD_UCLIBC}" && execute ./extra/scripts/create_makefiles.sh build "${BUILD_UCLIBC}" && execute make -f Makefile.in oldconfig # Build |