[Apt-listbugs-commits] [apt-listbugs] 03/03: use find -delete in make clean

Francesco Poli frx-guest at moszumanska.debian.org
Mon Feb 17 22:00:18 UTC 2014


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

frx-guest pushed a commit to branch master
in repository apt-listbugs.

commit aed879e6694f5aaf6baa35ac4f18e7a7f61d6094
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Mon Feb 17 22:57:55 2014 +0100

    use find -delete in make clean
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 71e88c6..02b6012 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: apt-listbugs.1 $(MOFILES)
 
 .PHONY: clean
 clean:
-	find -name '*~' | xargs rm -f --
+	find -name '*~' -delete
 	rm -f tests/log/tmp
 	rm -f apt-listbugs.1
 	rm -f $(MOFILES)

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



More information about the Apt-listbugs-commits mailing list