Looks good to me! Best Regards, Luca ________________________________ From: Pali Rohár <[email protected]> Sent: Saturday, December 27, 2025 7:26:04 PM To: [email protected] <[email protected]> Cc: LIU Hao <[email protected]>; Luca Bacci <[email protected]> Subject: [PATCH] crt: clean-local only generated files
Do not remove other / external DLL libraries. --- mingw-w64-crt/testcases/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/testcases/Makefile.am b/mingw-w64-crt/testcases/Makefile.am index 2c251c8d342f..45a61d6dca87 100644 --- a/mingw-w64-crt/testcases/Makefile.am +++ b/mingw-w64-crt/testcases/Makefile.am @@ -114,4 +114,4 @@ XFAIL_TESTS = \ include complex/Makefile.am clean-local: - rm -f *.dll *.dll.a + rm -f libprocdetach.dll libprocdetach.dll.a -- 2.20.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
