Subject: | Clean out autogenerated files in "make realclean" |
A trivial patch to let "make realclean" really return the source tree
to a pristine state by removing the t/mysql.mstate file. It is also
available at http://devel.ringlet.net/db/DBD-mysql/
Subject: | realclean-mstate-4.004.patch |
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 1182)
+++ Makefile.PL (revision 1185)
@@ -220,6 +220,7 @@
'DIST_DEFAULT' => 'all installhtml tardist',
'COMPRESS' => "gzip -9f" },
'clean' => { 'FILES' => '*.xsi' },
+ 'realclean' => { 'FILES' => 't/mysql.mtest' },
'C' => ["dbdimp.c", "mysql.c"],
'XS' => {'mysql.xs' => 'mysql.c'},
'OBJECT' => '$(O_FILES)',