[Forensics-changes] [SCM] debian-forensics/scrounge-ntfs branch, debian, updated. debian/0.9-1.-11-g195f124

Daniel Baumann daniel at debian.org
Sun Feb 17 06:27:36 UTC 2008


The following commit has been merged in the debian branch:
commit 0049f065676fd24eb384acc60628e805c242a765
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 17 07:26:23 2008 +0100

    Don't ignore make failure in clean target of rules.

diff --git a/debian/rules b/debian/rules
index 1b12dcf..d8280bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 
-	-[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 
 	dh_clean

-- 
debian-forensics/scrounge-ntfs



More information about the forensics-changes mailing list