]> git.proxmox.com Git - pve-kernel.git/commitdiff
buildsys: improve DSC target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jun 2023 14:15:37 +0000 (16:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Jun 2023 14:15:37 +0000 (16:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index c1f325061eb1eedecd5cc1d1f7706091051b441c..09d5f3c1f657aebd18b1a96f8fe3b3207284cac3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,10 +65,12 @@ $(DST_DEB): $(BUILD_DIR).prepared
        #lintian $(HDR_DEB)
        lintian $(LINUX_TOOLS_DEB)
 
-dsc: $(DSC)
+dsc:
+       $(MAKE) $(DSC)
+       lintian $(DSC)
+
 $(DSC): $(BUILD_DIR).prepared
        cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us -d
-       lintian $(DSC)
 
 sbuild: $(DSC)
        sbuild $(DSC)