From: Thomas Lamprecht Date: Tue, 21 Jun 2022 12:16:42 +0000 (+0200) Subject: d/rules: drop call to depreacated headers_check target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9932c8650b2e6e87f09bd5fd2a7cddc672439589;p=pve-kernel.git d/rules: drop call to depreacated headers_check target 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 --- diff --git a/debian/rules b/debian/rules index 1ec1147..365b4fa 100755 --- a/debian/rules +++ b/debian/rules @@ -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 {} +