|
Add a tags target to the Xen Makefile.: msg#00428emulators.xen.cvs
ChangeSet 1.1159.256.74, 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:03:31 -05:00 +++ b/xen/Makefile 2005-03-29 03:03:31 -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: | Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk: 00428, BitKeeper Bot |
|---|---|
| Next by Date: | merge: 00428, BitKeeper Bot |
| Previous by Thread: | Merge firebug.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bki: 00428, BitKeeper Bot |
| Next by Thread: | Add a tags target to the Xen Makefile.: 00428, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |