]> git.proxmox.com Git - proxmox-backup.git/commitdiff
make deb: use --no-pre-clean
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 1 Feb 2019 10:01:55 +0000 (10:01 +0000)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 1 Feb 2019 10:01:57 +0000 (10:01 +0000)
We create a clean build/ directory anyway.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index bba400d26b31baf1d7e62d6b5a7c62e2af6645f6..3bf8f3c564b64d814fca73ebe7be9440e1e9375e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ build:
 .PHONY: deb
 deb: $(DEB)
 $(DEB): build
-       cd build; dpkg-buildpackage -b -us -uc
+       cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
        lintian $(DEB)
 
 .PHONY: dsc