#!/bin/sh
# precompile_make
LFS=/mnt/lfs
cd $LFS/usr/src/make*

./configure --prefix=$LFS/usr --disable-nls &&
make LDFLAGS=-static &&
make install
