X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=6d7902289891af175df551e69bfd8572206853ba;hb=224ce89bce8186937e77bdbda572a650953f8c23;hp=d4fb8b6be88824e06f96359d849ec8ae8b8e5046;hpb=40152f1e46a80b3405e5558a442ee632198dfd24;p=ceph.git diff --git a/Makefile b/Makefile index d4fb8b6be..6d7902289 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=5.0 PACKAGE=ceph -VER=12.0.3 -DEBREL=pve3 +VER=12.1.1 +DEBREL=pve1 SRCDIR=ceph BUILDSRC=${SRCDIR}-${VER} @@ -27,7 +27,8 @@ rbd-fuse-dbg_${VER}-${DEBREL}_${ARCH}.deb \ rbd-mirror-dbg_${VER}-${DEBREL}_${ARCH}.deb \ rbd-nbd-dbg_${VER}-${DEBREL}_${ARCH}.deb -DEBS=ceph_${VER}-${DEBREL}_${ARCH}.deb \ +MAIN_DEB=ceph_${VER}-${DEBREL}_${ARCH}.deb +DEBS_REST=$(MAIN_DEB) \ ceph-base_${VER}-${DEBREL}_${ARCH}.deb \ ceph-common_${VER}-${DEBREL}_${ARCH}.deb \ ceph-fuse_${VER}-${DEBREL}_${ARCH}.deb \ @@ -63,6 +64,7 @@ radosgw_${VER}-${DEBREL}_${ARCH}.deb \ rbd-fuse_${VER}-${DEBREL}_${ARCH}.deb \ rbd-mirror_${VER}-${DEBREL}_${ARCH}.deb \ rbd-nbd_${VER}-${DEBREL}_${ARCH}.deb +DEBS=$(MAIN_DEB) $(DEBS_REST) all: ${DEBS} ${DBG_DEBS} @echo ${DEBS} @@ -70,7 +72,8 @@ all: ${DEBS} ${DBG_DEBS} .PHONY: deb deb: ${DEBS} ${DBG_DEBS} -${DEBS} ${DBG_DEBS}: patches +${DEBS_REST} ${DBG_DEBS}: $(MAIN_DEB) +$(MAIN_DEB): patches rm -rf ${BUILDSRC} mkdir ${BUILDSRC} rsync -ra ${SRCDIR}/ ${BUILDSRC}