mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 11:40:03 +00:00
buildsys: avoid no-pre-clean flag
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f30c45b824
commit
57628f9d59
4
Makefile
4
Makefile
@ -38,7 +38,7 @@ build:
|
||||
.PHONY: deb
|
||||
deb: $(DEB)
|
||||
$(DEB) $(DBG_DEB): build
|
||||
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean --build-profiles=nodoc
|
||||
cd build; dpkg-buildpackage -b -us -uc
|
||||
lintian $(DEB)
|
||||
|
||||
.PHONY: dsc
|
||||
@ -47,7 +47,7 @@ dsc: $(DSC)
|
||||
lintian $(DSC)
|
||||
|
||||
$(DSC): build
|
||||
cd build; dpkg-buildpackage -S -us -uc -d -nc
|
||||
cd build; dpkg-buildpackage -S -us -uc -d
|
||||
|
||||
.PHONY: sbuild
|
||||
sbuild: $(DSC)
|
||||
|
Loading…
Reference in New Issue
Block a user