X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Flinux;h=19781c78d2b62d2af2699ea0b3ff8a78e14c8835;hb=2d36bafc0055af1b2da89831b102bc82dd1f3d37;hp=b5d275fcec567409c723de4fbbfe6b8011120de4;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage0/pkg/linux b/stage0/pkg/linux index b5d275f..19781c7 100644 --- a/stage0/pkg/linux +++ b/stage0/pkg/linux @@ -1,14 +1,11 @@ #!/bin/bash -HV_NO_CONFIGURE_SCRIPT=1 - hvbuild() { cd ${LFS_TMP}/${PACKAGE} ${HVMAKE} mrproper - ${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 + install -dv ${TOOLS_DIR}/include + cp -rv dest/include/* ${TOOLS_DIR}/include }