X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=b6c5b080903a3f64d79641c37aeefdcde2a83ea8;hp=9f259112a9dfe892ce850888164ae6b78b09b833;hb=9de823bdc3e5d927f140294fc526226f5b455b5c;hpb=47e4eb112911b530d0646c1808fd06cbeb921572 diff --git a/Makefile b/Makefile index 9f25911..b6c5b08 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=1 +PKGREL=36 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}