buildsys: call dpkg-buildpackage directly in deb-all

else we may double-build

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-28 19:07:10 +02:00
parent c6a0e7d98e
commit a2c73c78dd
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,9 @@ deb: build
lintian $(DEBS)
.PHONY: deb-all
deb-all: $(DOC_DEB) $(DEBS)
deb-all: build
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
lintian $(DEBS) $(DOC_DEB)
.PHONY: dsc
dsc: $(DSC)