summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-28 04:17:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-28 04:17:36 +0000
commitc4509c3138fe6768db92f693bedb887e7c8226ed (patch)
treeb5014560a8185124d5568eab160daebdd781d001
parentb4d4469a3ac9b1b6dcadffe2050cf08f602202ab (diff)
downloadperl-c4509c3138fe6768db92f693bedb887e7c8226ed.tar.gz
The #5249 wasn't doing any good.
p4raw-id: //depot/cfgperl@5309
-rw-r--r--Makefile.SH2
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 1917d733fa..26c13c29fd 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -696,7 +696,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/c t/perl so_locations $(LIBPERL_NONSHR) $(MINIPERL_NONSHR) .nfs* .*.c
+ 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/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index d0b162e223..e38043482f 100644
--- a/lib/ExtUtils/MM_Unix.pm
+++ b/lib/ExtUtils/MM_Unix.pm
@@ -459,7 +459,7 @@ EOT
*perl.core so_locations pm_to_blib
*~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe
$(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def
- $(BASEEXT).exp .nfs* .*.c
+ $(BASEEXT).exp
]);
push @m, "\t-$self->{RM_RF} @otherfiles\n";
# See realclean and ext/utils/make_ext for usage of Makefile.old