]> git.puffer.fish Git - matthieu/pve-network.git/commitdiff
buildsys: always pre-clean for dsc target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 15:41:47 +0000 (17:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 16:18:57 +0000 (18:18 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 397e528a6ea689b303e253f7fd18a356b2f50635..59b9e2049aefc3b917f2ec9008b57bce8f22d401 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ $(DEB): $(BUILDDIR)
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC): $(BUILDDIR)
-       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
 .PHONY: clean distclean