Browse Source

* removed from ccache superfluous message when cleaning up the old cache

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20719 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
e9679df58d
  1. 3
      develop/ccache/parse-config

3
develop/ccache/parse-config vendored

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../ccache/parse-config
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -95,7 +95,6 @@ else
then
# remove non-hits from the ccache cache ...
#
echo_status "Cleaning up ccache ..."
find $CCACHE_DIR -type f ! -anewer $CCACHE_DIR/.timestamp-reference -a ! -name '*.stderr' |
while read fn ;do
rm -f $fn{,.stderr} 2>/dev/null

Loading…
Cancel
Save