scripts/crosstool-NG.sh.in
changeset 1517 9a2838d971d4
parent 1448 8a21b4be90cd
child 1662 ea3490d46f4e
child 1706 5360c810222d
     1.1 --- a/scripts/crosstool-NG.sh.in	Mon Aug 03 08:50:56 2009 +0200
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sun Sep 06 16:49:54 2009 +0200
     1.3 @@ -83,7 +83,7 @@
     1.4  cat "${CT_LIB_DIR}/paths.mk" |while read trash line; do
     1.5      tool="${line%%=*}"
     1.6      path="${line#*=}"
     1.7 -    CT_DoLog DEBUG "  '${tool}' -> '${path}'"
     1.8 +    CT_DoLog DEBUG "Creating script-override for '${tool}' -> '${path}'"
     1.9      printf "#${BANG}${CT_SHELL}\nexec '${path}' \"\${@}\"\n" >"${CT_BIN_OVERIDE_DIR}/${tool}"
    1.10      CT_DoExecLog ALL chmod 700 "${CT_BIN_OVERIDE_DIR}/${tool}"
    1.11  done