]> git.proxmox.com Git - ifupdown2.git/commitdiff
buildsys: cleanup
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 Jun 2018 06:54:56 +0000 (08:54 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 Jun 2018 07:03:26 +0000 (09:03 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 395ebaec68eaa9958af18cf00365496ccc4f2e34..eee1ac356b3da670f7001bee28ecd5d035ea46f4 100644 (file)
--- 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