#!/bin/sh # Reading system configuration informations, functions and package versions. source ../sysinfos source ../functions source ../packages-list # Applying patches (if any) apply_patches ${1} && # This package doesn't have a configure script... cd ${LFS_TMP}/${1} && make -j ${MAKEJOBS} && make PREFIX=/tools install # Return last error exit $?