]> git.gag.com Git - debian/as31/commitdiff
don't delete Makefile(s) until after using them in clean target master debian/2.3.1-10
authorBdale Garbee <bdale@gag.com>
Sun, 25 Feb 2024 17:58:04 +0000 (10:58 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 25 Feb 2024 17:58:04 +0000 (10:58 -0700)
debian/rules
missing [changed mode: 0644->0755]

index a6ec2f638a885d71d8e78fe4b7da2c9877fbc129..35c4ad3c94f0dfba55e10b38713bdbf3a2b2c258 100755 (executable)
@@ -24,8 +24,8 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp
-       rm -f Makefile */Makefile config.log config.status
        [ ! -f Makefile ] || $(MAKE) clean
+       rm -f Makefile */Makefile config.log config.status
        dh_clean 
 
 install: build
diff --git a/missing b/missing
old mode 100644 (file)
new mode 100755 (executable)