X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=ef54e32fd27e860c533358756d3cb957796b8e26;hp=42fe6c5733f19a34af4df1a640ab26e48d431b56;hb=b0b34ffd4eaf396cb6ca1c394dcb7ba66f81761d;hpb=2f13cbb5a6557da77c644e112c09d797066496ea diff --git a/Makefile b/Makefile index 42fe6c5..ef54e32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=3.1 +RELEASE=4.1 -VERSION=3.0 -PKGREL=10 +VERSION=4.0 +PKGREL=43 PACKAGE=libpve-common-perl @@ -25,9 +25,10 @@ dinstall: deb .PHONY: deb -deb ${DEB}: +deb ${DEB}: + $(MAKE) -C test check rm -rf build - rsync -a data/ build + rsync -a src/ build rsync -a debian/ build/debian echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE cd build; dpkg-buildpackage -rfakeroot -b -us -uc @@ -40,6 +41,9 @@ clean: .PHONY: distclean distclean: clean +.PHONY: check +check: + $(MAKE) -C test check .PHONY: upload upload: ${DEB}