From: Jan-Benedict G. <jb...@us...> - 2005-11-02 18:08:27
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4091 Modified Files: build_toolchain.sh Log Message: - Clean-up commented-out old commands Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- build_toolchain.sh 2 Nov 2005 18:02:09 -0000 1.26 +++ build_toolchain.sh 2 Nov 2005 18:08:15 -0000 1.27 @@ -40,7 +40,7 @@ # # Flags for make. # -#MAKEFLAGS="-j2" +# MAKEFLAGS="-j2" # # Default target (if it's not given on command line) @@ -582,15 +582,12 @@ # Prepare build "${BUILD_UCLIBC}" && execute ./extra/scripts/create_makefiles.sh - ###build "${BUILD_UCLIBC}" && execute make -f Makefile.in oldconfig build "${BUILD_UCLIBC}" && execute make oldconfig # Build - ###build "${BUILD_GCC1}" && execute make -f Makefile.in ${MAKEFLAGS} build "${BUILD_GCC1}" && execute make ${MAKEFLAGS} # Install - ###build "${BUILD_GCC1}" && execute make -f Makefile.in install build "${BUILD_GCC1}" && execute make install # Fixup. Until LINK_SPEC is correct for GCC, we need to fiddle |