common: buildsys: Makefile: drop --no-pre-clean

There is no difference in the source or binary packge running with or
without `--no-pre-clean`. On the other hand, dpkg-buildpackge complains
loudly when `--no-pre-clean` is specified, so let's remove it.

Signed-off-by: Jing Luo <jing@jing.rocks>
This commit is contained in:
Jing Luo 2024-09-27 22:45:53 +09:00 committed by Thomas Lamprecht
parent 2a1451f8f6
commit 2a107dd8e0

View File

@ -51,7 +51,7 @@ $(BUILDDIR): debian PVE Proxmox Makefile
.PHONY: deb
deb: $(DEB)
$(DEB): $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
lintian $(DEB)
.PHONY: dsc