projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0951a7a
)
New target to generate cscope.files.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 8 Dec 2006 23:40:23 +0000
(23:40 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 8 Dec 2006 23:40:23 +0000
(23:40 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index ee58cc33149c6ce8e6d513feb63c5c9feff20b56..626e6dd924ceb070e8606ce4ebd099ffcef74c0d 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-14,11
+14,13
@@
distclean:: clean
find . -name '*~' -exec rm '{}' \;
TAGS_SUBDIRS = $(BUILD_SUBDIRS) devices lib
-TAGS_SOURCES =
`find $(TAGS_SUBDIRS) -name \*.[chS] -print`
+TAGS_SOURCES =
find $(TAGS_SUBDIRS) -name \*.[chS] -print
TAGS::
- etags --members
$(TAGS_SOURCES)
+ etags --members
`$(TAGS_SOURCES)`
tags::
- ctags -T --no-warn
$(TAGS_SOURCES)
+ ctags -T --no-warn
`$(TAGS_SOURCES)`
+cscope.files::
+ $(TAGS_SOURCES) > cscope.files