From: Jan-Benedict G. <jb...@us...> - 2005-12-21 23:25:02
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5715 Modified Files: build_toolchain.sh Log Message: - Don't be silent. Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- build_toolchain.sh 21 Dec 2005 23:22:21 -0000 1.46 +++ build_toolchain.sh 21 Dec 2005 23:24:49 -0000 1.47 @@ -601,7 +601,7 @@ # Build # build "${BUILD_GCC1}" && (yes "" | execute make ${MAKEFLAGS};) build "${BUILD_UCLIBC}" && execute make headers - build "${BUILD_UCLIBC}" && execute make ${MAKEFLAGS} + build "${BUILD_UCLIBC}" && execute make ${MAKEFLAGS} V=1 # Install build "${BUILD_UCLIBC}" && execute make install |