Harmonize stages 0 and 2 kernel headers installation
[hvlinux.git] / stage0 / pkg / linux
diff --git a/stage0/pkg/linux b/stage0/pkg/linux
deleted file mode 100644 (file)
index 19781c7..0000000
+++ /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
-}