6.54. Make-3.82

The Make package contains a program for compiling packages.

Приблизительное время сборки: 0.4 SBU
Требует свободного места на диске: 11.3 MB

6.54.1. Installation of Make

First apply some upstream patches:

patch -Np1 -i ../make-3.82-upstream_fixes-3.patch

Prepare Make for compilation:

./configure --prefix=/usr

Compile the package:

make

To test the results, issue:

make check

Install the package:

make install

6.54.2. Содержимое Make

Установленная программа: make

Краткое описание

make

Automatically determines which pieces of a package need to be (re)compiled and then issues the relevant commands