From 2b6d5605bd837adb96085257f411257e619cf678 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 17 Oct 1998 15:04:23 +0000 Subject: [PATCH] clean numbered core dumps and t/tmp[0-9]*. p4raw-id: //depot/cfgperl@2012 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.SH b/Makefile.SH index f1035a1..887da81 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -535,7 +535,7 @@ _cleaner: -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \ done - rm -f *.orig */*.orig *~ */*~ core t/core t/c t/perl + rm -f *.orig */*.orig *~ */*~ core core.perl.*.[0-9] core.miniperl.*.[0-9] perl.core miniperl.core t/core t/core.perl.*.[0-9] t/perl.core t/tmp[0-9]* t/c t/perl rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) -- 1.8.3.1