[cpp-sp] 43/78: Also remove all Makefile.in files in debian/rules clean

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:18 EST 2018


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

scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d613c4ab20c5827b82509a2f23d66abd3eaf0939

commit d613c4ab20c5827b82509a2f23d66abd3eaf0939
Author: Russ Allbery <rra at debian.org>
AuthorDate: Tue Jun 24 11:57:02 2008 -0700

    Also remove all Makefile.in files in debian/rules clean
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 08b172a..eb48846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,6 +69,7 @@ clean:
 	dh_testroot
 	rm -f configure-stamp build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
+	find . -name Makefile.in -print0 | xargs -0r rm
 	dh_clean aclocal.m4 config.h config.h.in config.status configure \
 	    config.guess config.sub libtool.m4 ltmain.sh
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list