mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 21:40:23 +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
|
.PHONY: deb
|
||||||
deb: $(DEB)
|
deb: $(DEB)
|
||||||
$(DEB): $(BUILDDIR)
|
$(DEB): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
|
||||||
lintian $(DEB)
|
lintian $(DEB)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
|
Loading…
Reference in New Issue
Block a user