Now using LIST.
This commit is contained in:
parent
b097fe72a7
commit
d77b2081c0
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,16 @@ cmp:
|
||||||
-../../compare e.a tail_em
|
-../../compare e.a tail_em
|
||||||
-../../compare libem_s.vend.a tail_em.vend
|
-../../compare libem_s.vend.a tail_em.vend
|
||||||
|
|
||||||
|
distr:
|
||||||
|
arch cr `cat LIST`
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
pr:
|
||||||
|
@pr `pwd`/Makefile `pwd`/head_em.s
|
||||||
|
pr -l33 `tail +1 LIST|sort`
|
||||||
clean :
|
clean :
|
||||||
|
|
||||||
opr :
|
opr :
|
||||||
|
|
Loading…
Reference in a new issue