X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Flinux;fp=stage0%2Fpkg%2Flinux;h=0000000000000000000000000000000000000000;hb=83b488f70078ac91921bca488c396c805b388e45;hp=19781c78d2b62d2af2699ea0b3ff8a78e14c8835;hpb=44d373c5d123c9f86367900a73bac3a821728e93;p=hvlinux.git diff --git a/stage0/pkg/linux b/stage0/pkg/linux deleted file mode 100644 index 19781c7..0000000 --- a/stage0/pkg/linux +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 -}