mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Stale log files are now named "log.*", not "*.log".
This commit is contained in:
parent
04882814af
commit
ef364dc50a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user