diff -r 5f84983926e9 -r c3868084d81a scripts/crosstool.sh --- a/scripts/crosstool.sh Tue May 08 12:54:06 2007 +0000 +++ b/scripts/crosstool.sh Tue May 08 17:48:32 2007 +0000 @@ -64,7 +64,8 @@ CT_WARN_COLOR="${_A_NOR}${_A_BRI}${_F_YEL}" CT_INFO_COLOR="${_A_NOR}${_A_BRI}${_F_GRN}" CT_EXTRA_COLOR="${_A_NOR}${_A_DIM}${_F_GRN}" - CT_DEBUG_COLOR="${_A_NOR}${_A_DIM}${_F_WHI}" + CT_DEBUG_COLOR="${_A_NOR}${_A_BRI}${_F_BLU}" + CT_ALL_COLOR="${_A_NOR}${_A_DIM}${_F_WHI}" CT_NORMAL_COLOR="${_A_NOR}" else CT_ERROR_COLOR= @@ -72,6 +73,7 @@ CT_INFO_COLOR= CT_EXTRA_COLOR= CT_DEBUG_COLOR= + CT_ALL_COLOR= CT_NORMAL_COLOR= fi