# HG changeset patch # User Titus von Boxberg # Date 1265153064 -3600 # Node ID 8e9db16d934ff7f35a2d300321b6967e0620b492 # Parent 226c8f5861e562ec79efaff9b5a32b0a4dc67dab scripts: also dump the rest of the environment diff -r 226c8f5861e5 -r 8e9db16d934f scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Wed Feb 03 00:24:24 2010 +0100 +++ b/scripts/crosstool-NG.sh.in Wed Feb 03 00:24:24 2010 +0100 @@ -483,6 +483,8 @@ CT_DoLog EXTRA " host = ${CT_REAL_HOST}" CT_DoLog EXTRA " target = ${CT_TARGET}" set |grep -E '^CT_.+=' |sort |CT_DoLog DEBUG + CT_DoLog DEBUG " Other environment:" + printenv |grep -v -E '^CT_.+=' |sort |CT_DoLog DEBUG CT_EndStep fi