From: Jarkko Hietaniemi Date: Wed, 22 Sep 1999 20:38:15 +0000 (+0000) Subject: Cleanup cleanup. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=290be4b17714eb14435a8d44bda86ab53196c0fc;p=p5sagit%2Fp5-mst-13.2.git Cleanup cleanup. p4raw-id: //depot/cfgperl@4219 --- diff --git a/Makefile.SH b/Makefile.SH index e7fb039..09f7f9c 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -623,7 +623,7 @@ _cleaner: -@for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) $(nonxs_ext) ; do \ $(LDLIBPTH) sh ext/util/make_ext realclean $$x MAKE=$(MAKE) ; \ done - rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/Io.dup t/tmon.out t/big t/c t/perl t/nonexistent1 so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) + rm -f *.orig */*.orig *~ */*~ core core.*perl.*.? *perl.core t/core t/core.perl.*.? t/*perl.core t/misctmp* t/tmp* t/c t/perl so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) rm -rf $(addedbyconf) rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old rm -f $(private) diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 4619e11..a8a7a0c 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -187,4 +187,8 @@ explain if $fail; bye(); # does the necessary cleanup +END { + unlink "big"; # be paranoid about leaving 5 gig files lying around +} + # eof diff --git a/t/op/lfs.t b/t/op/lfs.t index 129752b..6f25231 100644 --- a/t/op/lfs.t +++ b/t/op/lfs.t @@ -192,4 +192,8 @@ explain if $fail; bye(); # does the necessary cleanup +END { + unlink "big"; # be paranoid about leaving 5 gig files lying around +} + # eof