Make package contains a program for controlling the generation of executables and other non-source files of a package from source files.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/make/make-4.4.1.tar.gz
Download SHA256 Sum: dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3
Download Size: 2,293 KB
Estimated Disk Space: 11.3M
Estimated Build Time: less than 0.5 SBU
Gzip-1.14
Prepare Make for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess)
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install