Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call Wednesday

Thanks Christian,

I see this commit addresses some of the other cases by using response files to handle long command lines for ar, gcc, etc.

Can you add your comment to https://bugs.eclipse.org/bugs/show_bug.cgi?id=505882 and consider a patch? I think that Torbjörn's change handles the performance tradeoff better for the rm case, but your change fixes it more widely.

Jonah


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 16 Aug 2021 at 06:38, Christian Walther <walther@xxxxxxxx> wrote:
Jonah Graham wrote:
>       • Discussion of rm command line (of make clean) being too long on Windows. Action: Jonah to dig up what he did in the past. Action: Torbjörn to create a bugzilla.

For what it's worth, here's what we do - delete each file individually (yes, it's slow):

https://gitlab.indel.ch/thirdparty/org.eclipse.cdt/-/commit/e494d26b89bd9ceb44ad6555fe6c1cf322bc179c#80f477bad1937905053b75869ea3893e1d574d59_1625_1674

 -Christian

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top