#!/bin/sh set -o errexit # Reading system configuration informations, functions and package versions. source ../sysinfos source ../functions source ../packages-list # Applying patches (if any) apply_patches ${1} # iana-etc installs /etc/services and /etc/protocols using data from the # Internet Assigned Numbers Authority. cd ${LFS_TMP}/${1} make -j ${MAKEJOBS} make install # Return last error exit $?