Stale log files are now named "log.*", not "*.log".

This commit is contained in:
Yann E. MORIN" 2007-06-04 17:51:55 +00:00
parent 04882814af
commit ef364dc50a

View File

@ -62,7 +62,7 @@ CT_Pushd "${CT_TOP_DIR}/.."
botdir=`pwd`
# Build the list of files to exclude:
echo "${topdir}/*.log" >"${tempdir}/${CT_TARGET}.list"
echo "${topdir}/log.*" >"${tempdir}/${CT_TARGET}.list"
echo "${topdir}/targets/*-*-*-*" >>"${tempdir}/${CT_TARGET}.list"
for t in `ls -1 "${topdir}/targets/tarballs/"`; do
case "${CT_TARBALLS}" in