X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage0%2Fcis-linux-api-headers;h=e51344a73cf19303d5992c36bd855593dc07eafc;hb=1311fe88ef53309942180e2ef9b6031d2a0edcf7;hp=e5ae471363a61481bddad4007bbfd442e9cd9df6;hpb=f9cf3632a64429991fa5e6f556b0c4017e0e9435;p=hvlinux.git diff --git a/stage0/cis-linux-api-headers b/stage0/cis-linux-api-headers index e5ae471..e51344a 100755 --- a/stage0/cis-linux-api-headers +++ b/stage0/cis-linux-api-headers @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # Reading system configuration informations, functions and package versions. @@ -12,8 +12,8 @@ apply_patches ${1} cd ${LFS_TMP}/${1} ${HVMAKE} mrproper -${HVMAKE} ARCH=${HVL_TARGET} headers_check -${HVMAKE} ARCH=${HVL_TARGET} INSTALL_HDR_PATH=dest headers_install +${HVMAKE} ARCH=${CLFS_ARCH} headers_check +${HVMAKE} ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install install -dv /tools/include cp -rv dest/include/* /tools/include