Revision: 5306
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5306&view=rev
Author:   owes
Date:     2011-01-06 21:24:13 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
Add make.sh command line options to more easily access ccache

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

Modified: ipcop/trunk/doc/make.sh-usage
===================================================================
--- ipcop/trunk/doc/make.sh-usage       2011-01-06 11:03:20 UTC (rev 5305)
+++ ipcop/trunk/doc/make.sh-usage       2011-01-06 21:24:13 UTC (rev 5306)
@@ -11,6 +11,8 @@
 
 Maintainer / advanced commands
  prefetch all : preload all files (ignoring architecture) in cache
+       ccache : Display ccache statistics
+ clean_ccache : Completely clear the ccache cache. This may take a long time.
     changelog : Update doc/Changelog from CVS messages log
     check_url : Test if packages files are still available for download
                This is faster on http URL with --spider,but may be slow on ftp

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2011-01-06 11:03:20 UTC (rev 5305)
+++ ipcop/trunk/make.sh 2011-01-06 21:24:13 UTC (rev 5306)
@@ -2343,6 +2343,14 @@
 
        beautify message DONE
        ;;
+ccache)
+       ./build_${MACHINE}/${TOOLS_DIR}/usr/bin/ccache -s
+       ;;
+clean_ccache)
+       echo -ne "Cleaning ${BOLD}ccache cache${NORMAL} (patience) ... 
${SET_RESULT_COL}"
+       ./build_${MACHINE}/${TOOLS_DIR}/usr/bin/ccache -C > /dev/null
+       beautify message DONE
+       ;;
 dist)
        # TODO: How to do ./make.sh dist for multiple architectures ?
        echo "Building list of changed files"


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to