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.
Website: http://www.gnu.org/software/make/
License: GPLv2+
Vendor: CentOS
Group: development/tools

Packages

make-3.81-23.el6.x86_64 [389 KiB] Changelog by Patsy Franklin (2015-12-17):
- Get rid of any avoidable limit on stack size for processes spawned
  via $(shell). 
- In eval_buffer() don't assume reading_file != NULL. This is not the
  case during the secondexpansion phase.
  Resolves: #835483