* [PATCH] TRIVIAL: TAGS creation should go into arch dirs
@ 2002-06-03 5:45 Rusty Russell
0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2002-06-03 5:45 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-03 5:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03 5:45 [PATCH] TRIVIAL: TAGS creation should go into arch dirs Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®