mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 18:08:35 +00:00
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:
parent
2a1451f8f6
commit
2a107dd8e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user