|
|
@ -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 |
|
|
|