From 90370cbc29676361ba3dff44ad3e9d45b56ee0d1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 18 Sep 1991 18:40:55 +0000 Subject: [PATCH] one more minor change: display name of file being compiled --- util/shf/march.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1