Subject: | make realclean: removing all files |
Please find attached a patch which adds a couple of file removals which
were missing previously in the realclean target.
Subject: | DB_File-clean.patch |
diff -urN DB_File-1.822/Makefile.PL DB_File-1.822.new//Makefile.PL
--- DB_File-1.822/Makefile.PL 2009-03-26 19:52:09.000000000 +0000
+++ DB_File-1.822.new//Makefile.PL 2011-05-15 20:07:45.000000000 +0100
@@ -65,7 +65,7 @@
#OPTIMIZE => '-g',
'depend' => { 'Makefile' => 'config.in',
'version$(OBJ_EXT)' => 'version.c'},
- 'clean' => { FILES => 'constants.h constants.xs' },
+ 'clean' => { FILES => 'constants.h constants.xs DB_File.pm.bak t/db-btree.t.bak t/db-hash.t.bak t/db-recno.t.bak t/pod.t.bak' },
'macro' => { INSTALLDIRS => 'perl', my_files => "@files" },
'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz',
DIST_DEFAULT => 'MyDoubleCheck tardist'},