[cpp-log4shib] 02/17: Automake automatically provides a TAGS target
Scott Cantor
cantor.2 at osu.edu
Mon Jun 25 10:18:13 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=3a003f9ec2686e51ff21fe3ecd310e01468bf78a
commit 3a003f9ec2686e51ff21fe3ecd310e01468bf78a
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sun Jun 24 12:04:01 2018 +0200
Automake automatically provides a TAGS target
---
Makefile.am | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e464d36..7ecc5de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,15 +23,6 @@ EXTRA_DIST = \
.PHONY: check rpm docs doc-dist
-distclean-local:
- $(RM) CONTENTS TAGS
-
-CONTENTS::
- find $(top_srcdir) \( ! -type l -a -name '*.cpp' -o -name '*.hh' -o -name Makefile.am \) > $@
-
-TAGS:: CONTENTS
- etags `cat $<`
-
rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
mv -f /usr/src/redhat/SRPMS/$(PACKAGE)-$(VERSION)-*.rpm $(top_srcdir)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list