one more minor change: display name of file being compiled
This commit is contained in:
parent
f84b365280
commit
90370cbc29
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue