Delete 689 undead files.

These files "magically reappeared" after the conversion from CVS to
Mercurial.  The old CVS repository deleted these files but did not
record *when* it deleted these files.  The conversion resurrected these
files because they have no history of deletion.  These files were
probably deleted before year 1995.  The CVS repository begins to record
deletions around 1995.

These files may still appear in older revisions of this Mercurial
repository, when they should already be deleted.  There is no way to fix
this, because the CVS repository provides no dates of deletion.

See http://sourceforge.net/mailarchive/message.php?msg_id=29823032
This commit is contained in:
George Koehler
2012-09-20 22:26:32 -04:00
parent b6dfaefeff
commit 0131ca4d46
689 changed files with 0 additions and 68730 deletions

View File

@@ -1,51 +0,0 @@
INTS=em_t--- em_---- em_tf-- em_t-c- em_t--p
b=../../../lib/em22
all: $(INTS) eminform em
em: em.c
$(CC) -o em -I../../../h em.c
eminform: eminform.s
as eminform.s;ld -i -o eminform a.out -lc
em_t---: t+ f- c- p- em_int.s
as t+ f- c- p- em_int.s;ld -i -o em_t--- a.out -lc
em_----: t- f- c- p- em_int.s
as t- f- c- p- em_int.s;ld -i -o em_---- a.out -lc
em_tf--: t+ f+ c- p- em_int.s
as t+ f+ c- p- em_int.s;ld -i -o em_tf-- a.out -lc
em_t-c-: t+ f- c+ p- em_int.s
as t+ f- c+ p- em_int.s;ld -i -o em_t-c- a.out -lc
em_t--p: t+ f- c- p+ em_int.s
as t+ f- c- p+ em_int.s;ld -i -o em_t--p a.out -lc
install: all
-mkdir $b
cp em_???? $b
cp em eminform ../../../bin
cp em.1 eminform.1 ../../../man
cmp: all
-cmp em_t--- $b/em_t---
-cmp em_---- $b/em_----
-cmp em_tf-- $b/em_tf--
-cmp em_t-c- $b/em_t-c-
-cmp em_t--p $b/em_t--p
-cmp em ../../../bin/em
-cmp eminform ../../../bin/eminform
-cmp em.1 ../../../man/em.1
-cmp eminform.1 ../../../man/eminform.1
clean:
-rm -f *.o *.old a.out em eminform $(INTS)
opr:
make pr | opr
pr:
@pr em.c em_int.s eminform.s