scripts/crosstool.sh
changeset 301 2be7232a73ac
parent 275 91c48f27338c
child 305 00a7e6c275da
     1.1 --- a/scripts/crosstool.sh	Tue Jul 17 21:41:39 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sat Jul 28 21:34:41 2007 +0000
     1.3 @@ -38,6 +38,10 @@
     1.4  # Some sanity checks in the environment and needed tools
     1.5  CT_DoLog INFO "Checking environment sanity"
     1.6  
     1.7 +CT_DoLog DEBUG "Unsetting and unexporting MAKEFLAGS"
     1.8 +unset MAKEFLAGS
     1.9 +export MAKEFLAGS
    1.10 +
    1.11  # Enable known ordering of files in directory listings:
    1.12  CT_Test "crosstool-NG might not work as expected with LANG=\"${LANG}\"" -n "${LANG}"
    1.13  case "${LC_COLLATE},${LC_ALL}" in