buildsys: improve DSC target & add sbuild convenience target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
735be5366b
commit
0f19a29995
8
Makefile
8
Makefile
@ -26,9 +26,15 @@ $(DEBS): $(BUILDDIR)
|
|||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc: $(DSC)
|
||||||
|
$(MAKE) clean
|
||||||
|
$(MAKE) $(DSC)
|
||||||
|
lintian $(DSC)
|
||||||
|
|
||||||
$(DSC): $(BUILDDIR)
|
$(DSC): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $(DSC)
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: $(JSSRC)
|
lint: $(JSSRC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user