mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-05-01 05:49:13 +00:00
buildsys: add convencience target for sbuild
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2cbf451de2
commit
33c8f081e2
3
Makefile
3
Makefile
@ -68,6 +68,9 @@ $(DSC): $(ORIG_SRC_TAR) $(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: submodule
|
.PHONY: submodule
|
||||||
submodule:
|
submodule:
|
||||||
test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)
|
test -f "$(CSSRC)/INSTALL" || git submodule update --init $(CSSRC)
|
||||||
|
Loading…
Reference in New Issue
Block a user