From: Gurusamy Sarathy Date: Fri, 14 Jul 2000 08:13:58 +0000 (+0000) Subject: MakeMaker should not remove editor backups (*~) on `make clean` X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5eb705c2412fe8a8a45a40d7dec0ab6fabdbefa6;p=p5sagit%2Fp5-mst-13.2.git MakeMaker should not remove editor backups (*~) on `make clean` by default (completes change#6383) p4raw-link: @6383 on //depot/perl: 56acea6ff1302cdf8b9d387cd3766c26e5146dca p4raw-id: //depot/perl@6396 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 65b0bd9..8e337d9 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -457,7 +457,7 @@ EOT push(@otherfiles, qw[./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all perlmain.c mon.out core core.*perl.*.? *perl.core so_locations pm_to_blib - *~ */*~ */*/*~ *$(OBJ_EXT) *$(LIB_EXT) perl.exe + *$(OBJ_EXT) *$(LIB_EXT) perl.exe $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def $(BASEEXT).exp ]);