Change 18428 by jhi@lyta on 2003/01/04 03:58:22
Somehow I managed to get makefile.olds that didn't get cleaned away.
Affected files ...
... //depot/maint-5.8/perl/Makefile.SH#4 edit
... //depot/maint-5.8/perl/x2p/Makefile.SH#2 edit
Differences ...
==== //depot/maint-5.8/perl/Makefile.SH#4 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#3~18173~ Fri Nov 22 18:02:33 2002
+++ perl/Makefile.SH Fri Jan 3 19:58:22 2003
@@ -931,7 +931,7 @@
rm -f t/misctmp* t/forktmp* t/tmp* t/c t/perl$(EXE_EXT) t/rantests
rm -f so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR)
rm -rf $(addedbyconf)
- rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
+ rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
rm -f $(private) lib/Config.pod
rm -rf lib/auto
rm -f lib/.exists lib/*/.exists lib/*/*/.exists
==== //depot/maint-5.8/perl/x2p/Makefile.SH#2 (xtext) ====
Index: perl/x2p/Makefile.SH
--- perl/x2p/Makefile.SH#1~17645~ Fri Jul 19 12:29:57 2002
+++ perl/x2p/Makefile.SH Fri Jan 3 19:58:22 2003
@@ -145,7 +145,7 @@
realclean: clean
rm -f core $(addedbyconf) all malloc.c
- rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
+ rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old makefile.old
veryclean: realclean
rm -f *~ *.orig
End of Patch.