fixup commit for tag 'release-6-0-pre-4'

This commit is contained in:
cvs2hg
2010-08-04 18:04:08 +00:00
parent 9d2d5606ea
commit 7273130b4c
674 changed files with 0 additions and 45828 deletions

View File

@@ -1,29 +0,0 @@
# $Header$
MACH=sun2
all: libmon_o.a head_em.o
install: all
../../install head_em.o head_em
../../install libmon_o.a tail_mon
cmp: all
-../../compare head_em.o head_em
-../../compare libmon_o.a tail_mon
libmon_o.a: libmon_s.a
ASAR=aal ; export ASAR ;\
march . libmon_o.a
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
clean:
rm -f *.o libmon_o.a
opr :
make pr | opr
pr:
@pr `pwd`/head_em.s
@arch pv libmon_s.a | pr -h `pwd`/libmon_s.a

View File

@@ -1,4 +0,0 @@
if sun2 -c -L $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi