added rcsid
adapted to new archive updating style, with LIST and march and all that
This commit is contained in:
parent
98c1d6868f
commit
ebc7a50d8f
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
PC_TAIL=tail_pc.a
|
# $Header$
|
||||||
|
|
||||||
head:
|
head:
|
||||||
echo This Makefile needs arguments
|
echo This Makefile needs arguments
|
||||||
|
|
||||||
|
distr:
|
||||||
|
rm `head -1 LIST`; arch cr `head -1 LIST` `tail +2 LIST`
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.old
|
rm -f *.old
|
||||||
|
|
||||||
|
@ -10,5 +13,4 @@ opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `echo * | sed s/$(PC_TAIL)//`
|
@pr Makefile *.[ec]
|
||||||
@ar pv $(PC_TAIL) | pr -h $(PC_TAIL)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue