Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
make: A GNU tool which simplifies the build process for users.
Name: | make |
Vendor: | Scientific Linux |
Version: | 3.79.1 |
License: | GPL |
Release: | 17.1 |
URL: | |
- 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
- * Fri May 13 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com>
- fix for complex situations where directories are declared as
prerequisites (#157325, IT#72036)
- * Wed Jan 22 18:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- rebuilt
- * Sun Dec 29 18:00:00 2002 Tim Powers <timp{%}redhat{*}com>
- fix references to %install in the changelog so that the package will build