[PATCH] TRIVIAL: TAGS creation should go into arch dirs

Rusty Russell (rusty@rustcorp.com.au)
Mon, 03 Jun 2002 15:45:40 +1000


Playing with arch stuff does this to you.

Rusty.

--- trivial-2.5.20/Makefile.orig Mon Jun 3 15:25:05 2002
+++ trivial-2.5.20/Makefile Mon Jun 3 15:25:05 2002
@@ -369,7 +369,7 @@
TAGS: FORCE
{ find include/asm-${ARCH} -name '*.h' -print ; \
find include -type d \( -name "asm-*" -o -name config \) -prune -o -name '*.h' -print ; \
- find $(SUBDIRS) init -name '*.[ch]' ; } | grep -v SCCS | etags -
+ find $(SUBDIRS) init arch/${ARCH} -name '*.[chS]' ; } | grep -v SCCS | etags -

# Exuberant ctags works better with -I
tags: FORCE

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/