Cleanup cleanup.
Jarkko Hietaniemi [Wed, 22 Sep 1999 20:38:15 +0000 (20:38 +0000)]
p4raw-id: //depot/cfgperl@4219

Makefile.SH
t/lib/syslfs.t
t/op/lfs.t

index e7fb039..09f7f9c 100644 (file)
@@ -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)
index 4619e11..a8a7a0c 100644 (file)
@@ -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
index 129752b..6f25231 100644 (file)
@@ -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