Lines Matching refs:tool
58 tool=$1
59 if grep 'AC_INIT.*BFD_VERSION' $tool/configure.ac >/dev/null 2>&1; then
61 elif test -f $tool/common/create-version.sh; then
62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
65 elif test -f $tool/version.in; then
66 head -1 $tool/version.in
77 tool=$3
93 dirs="$DEVO_SUPPORT $support_files $tool"
244 tool=$2
247 ver=$(getver $tool)
248 do_proto_toplev $package $ver $tool "$support_files"
258 tool=$2
261 ver=$(getver $tool)
262 do_proto_toplev $package $ver $tool "$support_files"
275 tool=binutils
276 tar_compress $package $tool "$BINUTILS_SUPPORT_DIRS" "$compressors"
284 tool=gas
285 tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
293 tool=gdb
294 gdb_tar_compress $package $tool "$GDB_SUPPORT_DIRS" "$compressors"
303 tool=sim
304 tar_compress $package $tool "$SIM_SUPPORT_DIRS" "$compressors"