one more minor change: display name of file being compiled
This commit is contained in:
parent
f84b365280
commit
90370cbc29
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user