mirror of
https://git.proxmox.com/git/ifupdown2
synced 2025-04-28 12:58:21 +00:00
buildsys: cleanup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4268c95c19
commit
a8f5ae8ddb
8
Makefile
8
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
|
||||
|
Loading…
Reference in New Issue
Block a user