[Bps-public-commit] r10812 - Shipwright/lib/Shipwright/Source

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 12 08:45:19 EST 2008


Author: sunnavy
Date: Tue Feb 12 08:45:18 2008
New Revision: 10812

Modified:
   Shipwright/lib/Shipwright/Source/Base.pm

Log:
make clean and rm Makefile.old when we run Makefile.PL to find deps

Modified: Shipwright/lib/Shipwright/Source/Base.pm
==============================================================================
--- Shipwright/lib/Shipwright/Source/Base.pm	(original)
+++ Shipwright/lib/Shipwright/Source/Base.pm	Tue Feb 12 08:45:18 2008
@@ -129,7 +129,8 @@
 #                }
 #            }
 
-            Shipwright::Util->run( [ 'rm', 'Makefile' ] );
+            Shipwright::Util->run( [ 'make', 'clean' ] );
+            Shipwright::Util->run( [ 'rm', 'Makefile.old' ] );
         }
 
         for my $type (qw/requires recommends build_requires/) {



More information about the Bps-public-commit mailing list