Revision: 5316
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5316&view=rev
Author:   gespinasse
Date:     2011-01-09 11:46:24 +0000 (Sun, 09 Jan 2011)

Log Message:
-----------
Change clean_ccache to ccache_clean to match the other options that have clean 
part last

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-08 22:58:08 UTC (rev 5315)
+++ ipcop/trunk/doc/make.sh-usage       2011-01-09 11:46:24 UTC (rev 5316)
@@ -12,7 +12,7 @@
 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.
+ ccache_clean : 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
@@ -22,7 +22,7 @@
 check_versions: Compare the versions of packages used in LFS and IPCop
          dist : Mainly produce a diff from previous version to track wich
                files have been updated. Export IPCop sources in a .tgz
-  check_files : Calculate md5 of include files
+  check_files : Calculate md5 of include files, check various ELF properties
      othersrc : Build a .tgz with all source packages necessary to compile
     toolchain : Create our own toolchain package to speed next rebuild
      language : Search for all lang entries in source, get translations from 

Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2011-01-08 22:58:08 UTC (rev 5315)
+++ ipcop/trunk/make.sh 2011-01-09 11:46:24 UTC (rev 5316)
@@ -2338,7 +2338,7 @@
 ccache)
        ./build_${MACHINE}/${TOOLS_DIR}/usr/bin/ccache -s
        ;;
-clean_ccache)
+ccache_clean)
        echo -ne "Cleaning ${BOLD}ccache cache${NORMAL} (patience) ... 
${SET_RESULT_COL}"
        ./build_${MACHINE}/${TOOLS_DIR}/usr/bin/ccache -C > /dev/null
        beautify message DONE


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
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