one more minor change: display name of file being compiled

This commit is contained in:
ceriel 1991-09-18 18:40:55 +00:00
parent f84b365280
commit 90370cbc29

View file

@ -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