From: Jan-Benedict G. <jb...@us...> - 2006-01-05 18:19:48
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25534 Modified Files: build_toolchain.sh Log Message: - *think*, *code*, *test*, *commit*. Hopefully in that order... Index: build_toolchain.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/build_toolchain.sh,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- build_toolchain.sh 5 Jan 2006 18:14:33 -0000 1.54 +++ build_toolchain.sh 5 Jan 2006 18:19:38 -0000 1.55 @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -e +set -x # # Test if some paths are set and correct @@ -450,11 +451,11 @@ CVS_OMIT_DIR="" SVN_OMIT_DIR="" DO_TIMESTAMP=$(( ${DO_TIMESTAMP_BINUTILS} + ${DO_TIMESTAMP_GCC} + ${DO_TIMESTAMP_GLIBC} + ${DO_TIMESTAMP_PORTS} + ${DO_TIMESTAMP_UCLIBC} + ${DO_TIMESTAMP_LINUX} )) -if [ ${DO_TIMESTAMP} -ne 0 ]; then +if [ ${DO_TIMESTAMP} -eq 0 ]; then DO_TIMESTAMP=1 CVS_OMIT_DIR=CVS SVN_OMIT_DIR=.svn -done +fi # # Copy pristine sources |