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

From: Rusty Russell (rusty@rustcorp.com.au)
Date: Mon Jun 03 2002 - 00:45:40 EST


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/



This archive was generated by hypermail 2b29 : Fri Jun 07 2002 - 22:00:13 EST