[Forensics-changes] [SCM] debian-forensics/pipebench branch, debian-sid, updated. upstream/0.40-21-gbab70e9

Daniel Baumann daniel at debian.org
Mon Feb 11 22:27:07 UTC 2008


The following commit has been merged in the debian-sid branch:
commit bab70e929795c0753e7b5d9838ca33dbe33bd1ff
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 11 23:27:04 2008 +0100

    Don't hide make errors in clean target of rules.

diff --git a/debian/rules b/debian/rules
index 4e44dd5..25da6fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 
-	$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	dh_clean
 

-- 
debian-forensics/pipebench



More information about the forensics-changes mailing list