> From: Paul Smith <psm...@gnu.org> > Cc: coordina...@translationproject.org > Date: Tue, 20 Sep 2022 14:36:05 -0400 > > A new release candidate for GNU make 4.4 is available now for download: > > 0c3daaec8c81bf72f460677ccda32364 make-4.3.90.tar.lz > 54726144a7ae0465451f8ca0740f3d1f make-4.3.90.tar.gz
I've run the test suite on the MS-Windows build of this RC. All the tests that are expected to pass, do pass, after tweaking the scripts to heed to MS-Windows idiosyncrasies. The following tests should be disabled on MS-Windows, because they cannot possibly work: . 1 test in misc/bs-nl that uses single quotes around newlines . 1 test in misc/general3 that uses single quotes around newlines . 1 test in misc/general4 that unsets PATH (this cannot work on Windows because Make will be unable to find the DLLs against which it was linked, so it fails to start without valid PATH) . targets/ONESHELL in its entirety (this feature doesn't work on Windows) . targets/POSIX in its entirety