|
Add a tags target to the Xen Makefile.: msg#00432emulators.xen.cvs
ChangeSet 1.1808, 2005/03/28 22:45:46+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx Add a tags target to the Xen Makefile. Signed-off-by: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> Makefile | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletion(-) diff -Nru a/xen/Makefile b/xen/Makefile --- a/xen/Makefile 2005-03-29 03:06:02 -05:00 +++ b/xen/Makefile 2005-03-29 03:06:02 -05:00 @@ -103,7 +103,7 @@ echo ""; \ echo "#endif") <$< >$@ -.PHONY: default debug install dist clean delete-unfresh-files TAGS +.PHONY: default debug install dist clean delete-unfresh-files TAGS tags SUBDIRS = arch/$(TARGET_ARCH) common drivers TAGS: @@ -111,5 +111,10 @@ find include -type d \( -name "asm-*" -o -name config \) -prune -o \ -name '*.h' -print; \ find $(SUBDIRS) -name '*.[ch]' ) | grep -v /SCCS/ | etags - +tags: + ( find include/asm-$(TARGET_ARCH) -name '*.h'; \ + find include -type d \( -name "asm-*" -o -name config \) -prune -o \ + -name '*.h' -print; \ + find $(SUBDIRS) -name '*.[chS]' ) | grep -v /SCCS/ | xargs ctags MAP: nm $(TARGET) | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Fix cpu_relax/rep_nop to include a compiler barrier. This is needed: 00432, BitKeeper Bot |
|---|---|
| Next by Date: | Make sysrq work.: 00432, BitKeeper Bot |
| Previous by Thread: | Add a tags target to the Xen Makefile.i: 00432, BitKeeper Bot |
| Next by Thread: | Make sysrq work.: 00432, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |