Rene,

I am not using the mainstream version of T2SDE, but I find that the Clean
function in scripts/Clean deletes all files that matches core.*    This is
normally not a problem until I store source code files of qt5.x in target/
and package/, and that the cleanup procedure deletes over a dozen files
from the source code tree, ie:

core.pro
core.pri
core.ninja

I just want to make a suggest to change the regression match to core.[0-99]
from core.*   Let me know if it makes sense.  thanks and have a good day.

-toan




scripts/Clean:

# Remove temp/backup files
#
bash scripts/xfind.sh doc/. architecture/. misc/. \
        package/. scripts/ target/. -type f \( -name '*~' -o \
        -name 'a.out' -o -name 'core.*' -o -name 'core' \) | xargs rm -vf
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to