projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff4263
)
Remove the foo-old files.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 10 Mar 2003 05:31:00 +0000
(
05:31
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 10 Mar 2003 05:31:00 +0000
(
05:31
+0000)
p4raw-id: //depot/perl@18875
opcode.pl
patch
|
blob
|
history
diff --git
a/opcode.pl
b/opcode.pl
index
4035cc6
..
c44ff3f
100755
(executable)
--- a/
opcode.pl
+++ b/
opcode.pl
@@
-336,6
+336,12
@@
foreach ('pp_proto.h', 'pp.sym') {
safer_rename $pp_proto_new, 'pp_proto.h';
safer_rename $pp_sym_new, 'pp.sym';
+END {
+ foreach ('opcode.h', 'opnames.h', 'pp_proto.h', 'pp.sym') {
+ 1 while unlink "$_-old";
+ }
+}
+
###########################################################################
sub tab {
local($l, $t) = @_;