Hi Toan,

On 05 Jan 2018, at 16:45, Toan Pham <[email protected]> wrote:

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

while I obviously did not had this problem - this sounds reasonable. While the
core dump pattern can be freely configured, I think this is good enough for now:

Committed revision 46372.

Happy new year!

        René

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

-- 
 http://exactcode.com | http://exactscan.com | http://ocrkit.com | 
http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to