From a8f5ae8ddb1a1de7ffb98cff9445ab015b33485d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 15 Jun 2018 08:54:56 +0200 Subject: [PATCH] buildsys: cleanup Signed-off-by: Wolfgang Bumiller --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 395ebae..eee1ac3 100644 --- a/Makefile +++ b/Makefile @@ -27,20 +27,16 @@ ${DEB}: | submodule cp -a debian ${BUILDDIR} cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us -#.PHONY: download -#download ${SRCDIR}: -# git submodule foreach 'git pull --ff-only origin master' - .PHONY: upload upload: ${DEB} - tar cf - ${DEB}|ssh -X repoman@repo.proxmox.com -- upload --product pmg,pve --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch .PHONY: distclean distclean: clean .PHONY: clean clean: - rm -rf *~ debian/*~ *.deb ${BUILDDIR} *.changes *.dsc *.buildinfo + rm -rf ${BUILDDIR} *.deb *.changes *.dsc *.buildinfo .PHONY: dinstall dinstall: deb