Revision: 2866
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2866&view=rev
Author:   gespinasse
Date:     2009-05-17 08:53:33 +0000 (Sun, 17 May 2009)

Log Message:
-----------
Small detail : add build time on ./make.sh toolchain

Modified Paths:
--------------
    ipcop/trunk/make.sh

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2009-05-16 16:34:35 UTC (rev 2865)
+++ ipcop/trunk/make.sh 2009-05-17 08:53:33 UTC (rev 2866)
@@ -2505,6 +2505,10 @@
 
        # Now create the toolchain tar archive
        package_toolchain
+       BUILDTIME=$[`date +"%s"` - ${BUILDSTART}]
+       BUILDMINUTES=$[${BUILDTIME} / 60]
+       BUILDSECONDS=$[${BUILDTIME} - ${BUILDMINUTES}*60]
+       echo "took: ${BUILDMINUTES} minutes and ${BUILDSECONDS} seconds"
        ;;
 gettoolchain)
        # First check if we meet the build environment requirements


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to