Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
make - A GNU tool which simplifies the build process for users
- Description:
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.
Packages
make-3.81-12.fc9.ia64
[526 KiB] |
Changelog
by Petr Machata (2008-03-25):
- Fix the rlimit patch. The success flag is kept in memory shared
with parent process after vfork, and so cannot be reset.
- Related: #214033
|