[Logcheck-commits] [logcheck] 01/01: Makefile: remove duplicate xargs option

Hannes von Haugwitz hvhaugwitz at moszumanska.debian.org
Tue Apr 26 18:04:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

hvhaugwitz pushed a commit to branch master
in repository logcheck.

commit 15308ca0edb11263af76d4fd56cac78cec1653f3
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Tue Apr 26 19:58:54 2016 +0200

    Makefile: remove duplicate xargs option
---
 Makefile         | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7acec16..4d16316 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ clean:
 	-rmdir $(DESTDIR)/$(CONFDIR)
 
 distclean:
-	-find . -name "*~" | xargs -r --no-run-if-empty rm -vf
+	-find . -name "*~" | xargs --no-run-if-empty rm -vf
 
 check:
 	#cd test; python test.py
diff --git a/debian/changelog b/debian/changelog
index fc3e3c4..e9c6b24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ logcheck (1.3.18) UNRELEASED; urgency=medium
 
   * src/logcheck-test:
     - make mktemp usage more portable
+  * Makefile:
+    - remove duplicate xargs option (thanks to Sander Bos)
 
  -- Hannes von Haugwitz <hannes at vonhaugwitz.com>  Wed, 16 Dec 2015 06:02:39 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/logcheck/logcheck.git



More information about the Logcheck-commits mailing list