X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=blobdiff_plain;f=Makefile;h=34d74ef7583f103e71ce91c3c6d3f4e9945cbb7a;hp=eaa58b1a99cc544355dda3672a0227745fb5e866;hb=91b336e76122ebf553f0031e88c622229a989f1b;hpb=0fbf7de6c85402ac93f8752500f8da46f2c460e6 diff --git a/Makefile b/Makefile index eaa58b1..34d74ef 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,12 @@ -RELEASE=5.1 - # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=4 KERNEL_MIN=15 KERNEL_PATCHLEVEL=18 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=10 -PKGREL=21 +PKGREL=32 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) @@ -145,8 +143,6 @@ $(ZFSDIR).prepared: ${ZFSSRC} mkdir -p ${BUILD_DIR}/${MODULES}/${ZFSDIR} cp -a ${ZFSSRC}/* ${BUILD_DIR}/${MODULES}/${ZFSDIR} cd ${BUILD_DIR}/${MODULES}/${ZFSDIR}; for patch in ../../../${ZFSSRC}/../zfs-patches/*.patch; do patch -p1 < $${patch}; done - # temporarily since patch does not know about permissions, remove after 0.7.7 was merged properly - chmod +x ${BUILD_DIR}/${MODULES}/${ZFSDIR}/scripts/enum-extract.pl touch $@ .PHONY: upload