]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] TAGS creation should go into arch dirs
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 3 Jun 2002 05:33:34 +0000 (22:33 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 3 Jun 2002 05:33:34 +0000 (22:33 -0700)
Playing with arch stuff does this to you.

Makefile

index ee7f83a8bf4cb5541fbe4db8ec2303ad891096a5..064734ad9a1b9747aaca722c2ba8cb40c3d7dc10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -369,7 +369,7 @@ checkincludes:
 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