Instructions for building Gnu Make as a native windows application
All patches under the same license as sources of Gnu Make: GPLv3 or later
Author of the patches: Michael M. Builov ([email protected])
- detect too small or empty source Makefile
- don't hang on Ctrl-C
- fix for inconsistency with fake function arguments, see http://savannah.gnu.org/bugs/?49841
- ability to enable/disable warnings about use of undefined numeric variables (function arguments)
- optimizations for Gnu Make functions: expand, sort, filter
- support for ANSI color escape sequences in Windows console
gnumake-4.4.1.exe
- gnu make 4.4.1 built for windows7/x86gnumake-4.4.1-x64.exe
- gnu make 4.4.1 built for windows7/x64gnumake-4.4.1-ign-case.exe
- gnu make 4.4.1 built for windows7/x86gnumake-4.4.1-ign-case-x64.exe
- gnu make 4.4.1 built for windows7/x64
ign-case
- added warnings about use of environment variables
- extra warnings about use of undefined variables
- run with implicitly added -rR --warn-undefined-variables switches
gnumake-4.4.1-dev.exe
- gnu make 4.4.1 built for windows7/x86 (development version)gnumake-4.4.1-dev-x64.exe
- gnu make 4.4.1 built for windows7/x64 (development version)gnumake-4.4.1-ign-case-dev.exe
- gnu make 4.4.1 built for windows7/x86 (development version)gnumake-4.4.1-ign-case-dev-x64.exe
- gnu make 4.4.1 built for windows7/x64 (development version)