[dm-devel] [PATCH 07/42] Add TAGS makefile target

Hannes Reinecke hare at suse.de
Tue Jan 8 13:53:45 UTC 2013


Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 Makefile |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 5b0c61a..baf7753 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,13 @@ install:	recurse_install
 
 uninstall:	recurse_uninstall
 
+.PHONY:	TAGS
+TAGS:
+	etags -a libmultipath/*.c
+	etags -a libmultipath/*.h
+	etags -a multipathd/*.c
+	etags -a multipathd/*.h
+
 release:
 	sed -e "s/__VERSION__/${VERSION}/" \
 	multipath-tools.spec.in > multipath-tools.spec
-- 
1.7.4.2




More information about the dm-devel mailing list