> -----Original Message----- > From: Mike Frysinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 27, 2008 6:53 PM > To: [email protected] > Cc: Li Yang; [EMAIL PROTECTED] > Subject: Re: [U-Boot-Users] [PATCH] add cscope build target > > 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` ?
The default behavior is to scan only current directory without any subdirectories. A '-R' option will be overkill by including too many files unrelated to a given platform. - Leo ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
