#!/bin/bash hvbuild() { cd ${LFS_TMP}/${PACKAGE} ${HVMAKE} mrproper ${HVMAKE} ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install install -dv ${TOOLS_DIR}/include cp -rv dest/include/* ${TOOLS_DIR}/include }