mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-29 15:37:40 +00:00
buildsys: make deb target always build doc package, add deb-nodoc
deb should be our common "build all" target, so rather make the exception a specific target than vice versa. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
86e4ad8ada
commit
8f8faa4541
9
Makefile
9
Makefile
@ -108,14 +108,13 @@ proxmox-backup-docs: build
|
|||||||
lintian $(DOC_DEB)
|
lintian $(DOC_DEB)
|
||||||
|
|
||||||
# copy the local target/ dir as a build-cache
|
# copy the local target/ dir as a build-cache
|
||||||
.PHONY: deb
|
.PHONY: deb dsc deb-nodoc
|
||||||
$(DEBS): deb
|
deb-nodoc: build
|
||||||
deb: build
|
|
||||||
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc
|
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc
|
||||||
lintian $(DEBS)
|
lintian $(DEBS)
|
||||||
|
|
||||||
.PHONY: deb-all
|
$(DEBS): deb
|
||||||
deb-all: build
|
deb: build
|
||||||
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
|
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
|
||||||
lintian $(DEBS) $(DOC_DEB)
|
lintian $(DEBS) $(DOC_DEB)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user