> From: Troy Runkel <[email protected]> > Date: Tue, 1 Nov 2016 19:16:33 +0000 > > This patch expands the maximum number of simultaneous jobs on Windows from 63 > (limit dictated by > Windows MAXIMUM_WAIT_OBJECTS) to 4095. > > It also fixes a situation where GNU make on Windows could deadlock and/or > suffer memory corruption issues > if –j or –j63 was used. The problem was due to the way that $(shell …) > commands are handled.
Thanks, pushed. _______________________________________________ Make-w32 mailing list [email protected] https://lists.gnu.org/mailman/listinfo/make-w32
