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
|
arch x $1/$archname
|
||||||
for file in `arch t $1/$archname`
|
for file in `arch t $1/$archname`
|
||||||
do
|
do
|
||||||
|
echo $file: 1>&2
|
||||||
suffix=`expr $file : '.*\(\..*\)'`
|
suffix=`expr $file : '.*\(\..*\)'`
|
||||||
ofile=`$makecmd $file $suffix`
|
ofile=`$makecmd $file $suffix`
|
||||||
if test $? != 0
|
if test $? != 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue