| Filename | GNU_Make_4-4-1r3.zip |
|---|---|
| Title | GNU Make 4.4.1 R3 |
| Version | 4.4.1r3 |
| Author / Vendor | Unknown |
| Category | OS2 » Dev » Tools » Make » |
| OS/2 Version | OS/2 Warp 4.52 or later |
| File Size | 3.3 MB |
| Downloads | 1 |
| File Type | ZIP |
| Uploaded | 2026-03-26 22:28 by martini |
| Approved | 2026-03-26 22:28 by martini |
| License | GPLv2 |
GNU Make is a tool which controls the generation of executables and othernon-source files of a program from the program's source files.make gets its knowledge of how to build your program from a file called themakefile, which lists each of the non-source files and how to compute it fromother files. when you write a program, you should write a makefile for it, sothat it is possible to use make to build and install the program. * built with gcc v9.2.0(rpm)* fixed the regression of .exe check which is that the search result ofvpath is not applied in some cases.* improved a very long command line pass* based on v3.81-r3 of andreas buening* pass a very long command line via a response file* check target.exe as well when target does not exist.for example,foo.cgcc $@ $. Open source under the GNU GPL license.