Installing Make

Installation of Make

Install Make by running the following commands:



root:make-3.79.1# ./configure --prefix=/usr --disable-nls
root:make-3.79.1# make LDFLAGS=-static
root:make-3.79.1# make prefix=$LFS/usr install

Contents

The Make package contains the make program.

Description

make determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them.