make deb: use --no-pre-clean

We create a clean build/ directory anyway.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-02-01 10:01:55 +00:00
parent 1a9cb80c44
commit 0ae7ac1545
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ build:
.PHONY: deb .PHONY: deb
deb: $(DEB) deb: $(DEB)
$(DEB): build $(DEB): build
cd build; dpkg-buildpackage -b -us -uc cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
lintian $(DEB) lintian $(DEB)
.PHONY: dsc .PHONY: dsc