5.19. Make-3.80

The Make package contains a program for compiling packages.

Approximate build time: 0.2 SBU
Required disk space: 7.1 MB
Installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, and Sed

5.19.1. Installation of Make

Prepare Make for compilation:

./configure --prefix=/tools

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

Details on this package are located in Section 6.49.2, “Contents of Make.”