diff -r 91c48f27338c -r 37e0b2562753 scripts/crosstool.sh --- a/scripts/crosstool.sh Tue Jul 17 21:41:39 2007 +0000 +++ b/scripts/crosstool.sh Mon Jul 23 19:49:35 2007 +0000 @@ -38,6 +38,10 @@ # Some sanity checks in the environment and needed tools CT_DoLog INFO "Checking environment sanity" +CT_DoLog DEBUG "Unsetting and unexporting MAKEFLAGS" +unset MAKEFLAGS +export MAKEFLAGS + # Enable known ordering of files in directory listings: CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}" case "${LC_COLLATE},${LC_ALL}" in