Add isl
[hvlinux.git] / stage0 / pkg / linux
index b5d275f..1107e1b 100644 (file)
@@ -1,13 +1,10 @@
 #!/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