diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-23 13:52:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-23 13:52:17 +0000 |
commit | 5033177e14afc4ff4770aad028d4411eb71c1d7c (patch) | |
tree | a9bbc926fcfee79f096a9696f86d0e0a2d876e3c /Makefile.SH | |
parent | 5b295bef27e91243a93cdb460dcf005e5bf35426 (diff) | |
download | perl-5033177e14afc4ff4770aad028d4411eb71c1d7c.tar.gz |
My system produces core.$$ files
p4raw-id: //depot/perl@25323
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 682698ffa5..b695a8c8e9 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1024,7 +1024,7 @@ _cleaner1: # Some systems do not support "?", so keep these files separate. _cleaner2: -rm -f core.*perl.*.? t/core.perl.*.? .?*.c - rm -f core *perl.core t/core t/*perl.core + rm -f core *perl.core t/core t/*perl.core core.* t/core.* 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) |