[Bps-public-commit] r10884 - Shipwright/trunk/lib/Shipwright

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 19 13:23:08 EST 2008


Author: sunnavy
Date: Tue Feb 19 13:23:07 2008
New Revision: 10884

Modified:
   Shipwright/trunk/lib/Shipwright/Backend.pm

Log:
better log output for build script

Modified: Shipwright/trunk/lib/Shipwright/Backend.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Backend.pm	Tue Feb 19 13:23:07 2008
@@ -381,6 +381,8 @@
 sub install {
     my $dir = shift;
 
+    print "start to build and install $dir\n";
+
     my $cmds = cmds(File::Spec->catfile( 'scripts', $dir, 'build' ));
 
     chdir File::Spec->catfile( 'dists', $dir );
@@ -413,6 +415,7 @@
     }
 
     print $log "build $dir with success!\n";
+    print '=' x 80, "\n";
 }
 
 sub wrap_bin {



More information about the Bps-public-commit mailing list