GNU make is a tool which controls the generation of executables and
other non-source files of a program from the program's source files.
You can learn more at: http://www.gnu.org/software/make/
---
GNU Make 4.0 has been released and is available now for download:
http://ftp.gnu.org/gnu/make/make-4.0.tar.gz b5e558f981326d9ca1bfdb841640721a
http://ftp.gnu.org/gnu/make/make-4.0.tar.bz2 571d470a7647b455e3af3f92d79f1c18
Or one of the mirrors listed in http://www.gnu.org/order/ftp.html
Get red
Grant (1):
Fix defalt_makefiles[] for MS-Windows.
Paul Smith (43):
Set up for the next release.
Convert to auto-generated ChangeLog files.
Add support for updating the GNU make web pages.
[SV 40139] Modify "missing separator" for better translation
* GN
rg (6):
Set up for running tests on VMS.
[SV 42447]: VMS simulate exporting symbols
[SV 41758]: Fix archive support for VMS.
Update README.VMS and move news to the NEWS file
Fix VMS implicit rules and UNIX paths.
Fix bs-nl handling, exit and Environment for
mps on MS-Windows
Jeremy Devenport (1):
* main.c (main): [SV 48009] Reset stack limit for make re-exec.
Luke Allardyce (1):
[SV 48037] Fix MinGW build with Posix configury tools
Paul Smith (5):
* w32/pathstuff.c: [SV 47996] Use ISBLANK() not isblank().
* DELETE_ON_ERRO
racle Studio 12.6
Pacify Oracle Studio 12.6 in init_switches
Remove useless code in eval
Port grouped_targets test to Solaris 10
Pacify Oracle Studio c99
Port functions/shell test to Solaris 10
Paul Smith (172):
* Update to pre-release version 4.2.90.
Kevin Buettner (1):
[SV 58232] Disable inheritance of jobserver FDs for recursive make
Mike Frysinger (1):
* doc/make.texi (Automatic Variables): Relocate the $? example
Noah Goldstein (2):
hash: Remove unnecessary isupper() check before tolower()
Replace strcmp() with memcmp()
GNU make is a tool which controls the generation of executables and
other non-source files of a program from the program's source files.
You can learn more at: https://www.gnu.org/software/make/
--