Name: | make |
Epoch: | 1 |
Version: | 4.4.1 |
Release: | 9.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1884335 |
License: | GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR |
RPM: |
make-4.4.1-9.el10.x86_64.rpm
|
Source RPM: |
make-4.4.1-9.el10.src.rpm
|
Build Date: | Fri Jan 31 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/make/ |
Summary: | 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. |