mirror of
git://git.proxmox.com/git/novnc-pve.git
synced 2025-03-11 16:58:31 +03:00
buildsys: add sbuild target for convenience
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0cf368a99a
commit
52ea04cd6d
3
Makefile
3
Makefile
@ -36,6 +36,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
|
|||||||
cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d
|
||||||
lintian $(DSC)
|
lintian $(DSC)
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: submodule
|
.PHONY: submodule
|
||||||
submodule:
|
submodule:
|
||||||
test -f "$(SRCDIR)/package.json" || git submodule update --init
|
test -f "$(SRCDIR)/package.json" || git submodule update --init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user