Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.98 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.98 KB

gnumake-windows

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])

Fixed Windows-specific bugs:

  • detect too small or empty source Makefile
  • don't hang on Ctrl-C

Other fixes:

  • 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

Instructions for building native gnumake.exe for Windows:

make-4.4.1-build.txt

Pre-built executables:

ign-case

Variants for makefile writers

  1. added warnings about use of environment variables
  2. extra warnings about use of undefined variables
  3. run with implicitly added -rR --warn-undefined-variables switches