Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
make: A GNU tool which simplifies the build process for users.
- Summary
- A GNU tool for controlling the generation of executables and other
non-source files of a program from the program's source files. Make
allows users to build and install packages without any significant
knowledge about the details of the build process. The details about
how the program should be built are provided for make in the program's
makefile.
The GNU make tool should be installed on your system because it is
commonly used to simplify the process of installing programs.
Changelog
- * Tue Apr 18 19:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> 3.80-6.EL4
- Applied patch from H.J. Lu. Somehow reduces make's enormous memory
consumption. (#175376)
- * Thu Oct 7 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.80-5
- add URL rpm tag (#134799)
- * Tue Jun 15 19:00:00 2004 Elliot Lee <sopwith{%}redhat{*}com>
- rebuilt