mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 00:36:52 +00:00
buildsys: add sbuild target for convenience
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ad19e46861
commit
201791236b
3
Makefile
3
Makefile
@ -99,6 +99,9 @@ $(DSC): $(BUILDDIR)
|
|||||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $(DSC)
|
lintian $(DSC)
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
PVE_GENERATING_DOCS=1 perl -I. ./qm verifyapi
|
PVE_GENERATING_DOCS=1 perl -I. ./qm verifyapi
|
||||||
|
Loading…
Reference in New Issue
Block a user