$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-25 22:11:08
Author: troy
Date: 2007-05-25 22:11:08 EDT (Fri, 25 May 2007)
New Revision: 4269
URL: http://svn.boost.org/trac/boost/changeset/4269
Log:
lift ccache out of these scripts
Text files modified:
sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh
==============================================================================
--- sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh (original)
+++ sandbox-branches/boost-cmake/unix_testing_node/nightly/nightly.sh 2007-05-25 22:11:08 EDT (Fri, 25 May 2007)
@@ -19,9 +19,9 @@
topdir=`pwd`
cd $topdir/debug
-CXX="ccache $COMPILER" ctest -S nightly.cmake -V
+CXX="$COMPILER" ctest -S nightly.cmake -V
cd $topdir/release
-CXX="ccache $COMPILER" ctest -S nightly.cmake -V
+CXX="$COMPILER" ctest -S nightly.cmake -V