X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=blobdiff_plain;f=Makefile;h=53442b700102c233cf2cd8b3df15a863553e077c;hp=bc8e63f053e8f70a2fe48d9066810da66b696ca5;hb=0c12c00b3ab283bc7bdab8e1da4158f7095c9839;hpb=eea72d300fdc50a61f42763a349b75436f684824 diff --git a/Makefile b/Makefile index bc8e63f..53442b7 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,11 @@ RELEASE=5.1 KERNEL_MAJ=4 KERNEL_MIN=15 KERNEL_PATCHLEVEL=18 -KREL=1 +# increment KREL if the ABI changes (abicheck target in debian/rules) +# rebuild packages with new KREL and run 'make abiupdate' +KREL=7 -PKGREL=17 +PKGREL=27 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) @@ -143,13 +145,11 @@ $(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 upload: ${DEBS} - tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} + tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} .PHONY: distclean distclean: clean