mirror of
https://git.proxmox.com/git/ifupdown2
synced 2025-05-02 12:24:07 +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}
|
cp -a debian ${BUILDDIR}
|
||||||
cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us
|
cd ${BUILDDIR}; dpkg-buildpackage -rfakeroot -b -uc -us
|
||||||
|
|
||||||
#.PHONY: download
|
|
||||||
#download ${SRCDIR}:
|
|
||||||
# git submodule foreach 'git pull --ff-only origin master'
|
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
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
|
.PHONY: distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf *~ debian/*~ *.deb ${BUILDDIR} *.changes *.dsc *.buildinfo
|
rm -rf ${BUILDDIR} *.deb *.changes *.dsc *.buildinfo
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: deb
|
dinstall: deb
|
||||||
|
Loading…
Reference in New Issue
Block a user