# HG changeset patch # User "Yann E. MORIN" # Date 1252248594 -7200 # Node ID 9a2838d971d40408127af470c7dac1fbb45a80f9 # Parent df99f43e9db74010263b4a10c4fe55414ed1a200 crosstool.sh.in: better mesage when creating script-overrides diff -r df99f43e9db7 -r 9a2838d971d4 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Sun Sep 06 16:49:20 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Sun Sep 06 16:49:54 2009 +0200 @@ -83,7 +83,7 @@ cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do tool="${line%%=*}" path="${line#*=}" - CT_DoLog DEBUG " '${tool}' -> '${path}'" + CT_DoLog DEBUG "Creating script-override for '${tool}' -> '${path}'" printf "#${BANG}${CT_SHELL}\nexec '${path}' \"\${@}\"\n" >"${CT_BIN_OVERIDE_DIR}/${tool}" CT_DoExecLog ALL chmod 700 "${CT_BIN_OVERIDE_DIR}/${tool}" done