From: Jan-Benedict G. <jb...@us...> - 2005-11-16 12:01:14
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21660 Modified Files: build_toolchain.sh Log Message: - ACK new questions. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- build_toolchain.sh 12 Nov 2005 16:54:39 -0000 1.29 +++ build_toolchain.sh 16 Nov 2005 12:00:41 -0000 1.30 @@ -582,7 +582,7 @@ # Prepare build "${BUILD_UCLIBC}" && execute ./extra/scripts/create_makefiles.sh - build "${BUILD_UCLIBC}" && execute make oldconfig + build "${BUILD_UCLIBC}" && (yes "" | execute make oldconfig;) # Build build "${BUILD_GCC1}" && execute make ${MAKEFLAGS} |