Moved head_em to libsys.
This commit is contained in:
parent
dc92fe358e
commit
c5a739c68f
1 changed files with 3 additions and 6 deletions
|
@ -1,12 +1,10 @@
|
||||||
# $Header$
|
# $Header$
|
||||||
install:
|
install:
|
||||||
../../install head_em.s head_em
|
../../install tail_em.a tail_em
|
||||||
../../install tail_em
|
|
||||||
../../install end.s end_em
|
../../install end.s end_em
|
||||||
|
|
||||||
cmp:
|
cmp:
|
||||||
-../../compare head_em.s head_em
|
-../../compare tail_em.a tail_em
|
||||||
-../../compare tail_em
|
|
||||||
-../../compare end.s end_em
|
-../../compare end.s end_em
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
|
@ -15,6 +13,5 @@ opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/head_em.s
|
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
|
||||||
@arch pv tail_em.rt | pr -h `pwd`/tail_em.rt
|
|
||||||
@pr `pwd`/end.s
|
@pr `pwd`/end.s
|
||||||
|
|
Loading…
Add table
Reference in a new issue