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:
@@ -1,38 +0,0 @@
|
||||
EMHOME=../../..
|
||||
BACK=$(EMHOME)/lib/ceg/ce_back
|
||||
CEG = $(EMHOME)/lib/ceg/util
|
||||
AR = ar
|
||||
|
||||
all: back.a
|
||||
make -f $(CEG)/make_own
|
||||
|
||||
install: back.a
|
||||
make -f $(CEG)/make_own install
|
||||
|
||||
cmp: back.a
|
||||
-make -f $(CEG)/make_own cmp
|
||||
|
||||
pr:
|
||||
@pr Makefile EM_table mach.h mach.c as_table as.h as.c \
|
||||
Make.back do_close.c do_open.c end_back.c misc.c output.c relocation.c
|
||||
|
||||
opr:
|
||||
make pr | opr
|
||||
|
||||
# total cleanup
|
||||
clean:
|
||||
make -f $(CEG)/make_own clean
|
||||
rm -rf back back.a
|
||||
|
||||
# only remove ce, ceg, and back directories
|
||||
dclean:
|
||||
make -f $(CEG)/make_own dclean
|
||||
rm -rf back
|
||||
|
||||
back.a: do_close.c do_open.c end_back.c misc.c output.c relocation.c
|
||||
-mkdir back
|
||||
cp $(BACK)/obj_back/*h back
|
||||
cp Make.back back/Makefile
|
||||
cd back; make ; cd ..
|
||||
$(AR) r back.a back/*o;
|
||||
-sh -c 'ranlib back.a'
|
||||
Reference in New Issue
Block a user