]> git.proxmox.com Git - pve-kernel.git/commitdiff
d/rules: drop call to depreacated headers_check target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 12:16:42 +0000 (14:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 12:18:43 +0000 (14:18 +0200)
Useless since 5.5 and will fail build with 5.16+, see upstream linux
commit 7ecaf069da52 and 4fbce819337a for some details

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 1ec1147f5f3b26a9f2dfb9b5a6948d0b40c89772..365b4fa5ea1bb86397325399cf8ddcf1d44c821f 100755 (executable)
@@ -237,7 +237,6 @@ endif
 .usr_headers_install_mark: .config_mark
        rm -rf '${PKG_DIR}'
        mkdir -p  '${PKG_DIR}'
-       $(MAKE) -C ${KERNEL_SRC} headers_check ARCH=$(KERNEL_HEADER_ARCH)
        $(MAKE) -C ${KERNEL_SRC} headers_install ARCH=$(KERNEL_HEADER_ARCH) INSTALL_HDR_PATH='$(CURDIR)'/$(OUT_DIR)
        rm -rf $(OUT_DIR)/include/drm $(OUT_DIR)/include/scsi
        find $(OUT_DIR)/include \( -name .install -o -name ..install.cmd \) -execdir rm {} +