# HG changeset patch # User oheimb # Date 882557848 -3600 # Node ID 8b9647d5b632c397b41dc1f2dfccab75ea9ed09f # Parent 4066db36616bf157333965b3dece30a4c6884e19 added removal to /tmp/tmp.txt diff -r 4066db36616b -r 8b9647d5b632 src/Tools/8bit/perl/generators/gen-isa2latex.pl --- a/src/Tools/8bit/perl/generators/gen-isa2latex.pl Fri Dec 19 13:31:08 1997 +0100 +++ b/src/Tools/8bit/perl/generators/gen-isa2latex.pl Fri Dec 19 19:57:28 1997 +0100 @@ -384,6 +384,7 @@ $status = system("cp /tmp/tmp.txt $filename") ; if ($status) { die "can't copy /tmp/tmp.txt to $filename: $!\n";} +$status = system("rm /tmp/tmp.txt") ; ######################## # configure conv-tables.h @@ -481,6 +482,7 @@ $status = system("cp /tmp/tmp.txt $filename") ; if ($status) { die "can't copy /tmp/tmp.txt to $filename: $!\n";} +$status = system("rm /tmp/tmp.txt") ; ######################## # configure conv-lex.x @@ -545,6 +547,7 @@ $status = system("cp /tmp/tmp.txt $filename") ; if ($status) { die "can't copy /tmp/tmp.txt to $filename: $!\n";} +$status = system("rm /tmp/tmp.txt") ; ######################## # execute Makefile