
27 Feb
2008
27 Feb
'08
11:53 a.m.
On Wednesday 27 February 2008, Li Yang wrote:
+cscope:
find $(SUBDIRS) $(TAG_SUBDIRS) -name '*.[ch]' -print \
> cscope.files
cscope -b -q -k
isnt the default cscope behavior to scan the working directory for source files ? in other words, why do you need the `find` ? -mike