diff --git a/util/shf/march.sh b/util/shf/march.sh index f2354925b..488787de3 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -16,6 +16,7 @@ then arch x $1/$archname for file in `arch t $1/$archname` do + echo $file: 1>&2 suffix=`expr $file : '.*\(\..*\)'` ofile=`$makecmd $file $suffix` if test $? != 0