one more minor change: display name of file being compiled
authorceriel <none@none>
Wed, 18 Sep 1991 18:40:55 +0000 (18:40 +0000)
committerceriel <none@none>
Wed, 18 Sep 1991 18:40:55 +0000 (18:40 +0000)
util/shf/march.sh

index f235492..488787d 100755 (executable)
@@ -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