aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-20 06:49:07 +0000
committervorlon <Unknown>2007-08-20 06:49:07 +0000
commit576ff971df2e722125a02431a7dbf84a2b703411 (patch)
tree3f8fd798586e9adf120de277205fecf93a3f8bae
parentb03335677dca9d485d71577d5e7f78a6207f9c14 (diff)
downloadpam-576ff971df2e722125a02431a7dbf84a2b703411.tar.gz
pam-576ff971df2e722125a02431a7dbf84a2b703411.tar.bz2
pam-576ff971df2e722125a02431a7dbf84a2b703411.zip
Fix up the clean target to not ignore errors; thanks to Roger Leigh.
-rw-r--r--changelog3
-rwxr-xr-xrules3
2 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 17418b88..bbd997e2 100644
--- a/changelog
+++ b/changelog
@@ -74,8 +74,9 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low
* Drop debian/local/unix_chkpwd.8 in favor of the upstream manpage.
* libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally
for consistency.
+ * Fix up the clean target to not ignore errors; thanks to Roger Leigh.
- -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:46:06 -0700
+ -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:47:32 -0700
pam (0.79-4) unstable; urgency=medium
diff --git a/rules b/rules
index fc62843b..7afabe97 100755
--- a/rules
+++ b/rules
@@ -54,8 +54,7 @@ clean: clean-patched unpatch
clean-patched:
dh_testdir
dh_testroot
- touch $(BUILD_TREE)/configure
- -$(MAKE) -C $(BUILD_TREE) distclean
+ [ ! -f $(BUILD_TREE)/Makefile ] || $(MAKE) -C $(BUILD_TREE) distclean
rm -f build-stamp configure-stamp
rm -f Linux-PAM/bin/[a-z]*
dh_clean