mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-15 13:40:00 +00:00
buildsys: add sbuild target for convenience
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cb84ac2e92
commit
5486a34abf
3
Makefile
3
Makefile
@ -34,6 +34,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: clean distclean
|
.PHONY: clean distclean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user