Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Thu Mar 27 17:00:00 2008 Petr Machata <pmachata{%}redhat{*}com> - 1:3.81-3
- make now restores rlimit to its original values before launching
subprocess
- Resolves: #214033
- * Thu Jan 17 16:00:00 2008 Petr Machata <pmachata{%}redhat{*}com> - 2:3.81-2
- Fix parallel builds with reexec.
- Resolves: #211290
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1:3.81-1.1
- rebuild