Have cscope look in subdirs too
authorJens Axboe <jaxboe@fusionio.com>
Mon, 19 Jul 2010 22:18:35 +0000 (16:18 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 19 Jul 2010 22:18:35 +0000 (16:18 -0600)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Makefile

index 978f8b27149111e90f9feed978f87dae1ec96d2f..288480f1e42cd569aa3b184a948f32d93e4e4363 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ clean:
        -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core
 
 cscope:
        -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core
 
 cscope:
-       @cscope -b
+       @cscope -b -R
 
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
 
 install: $(PROGS) $(SCRIPTS)
        $(INSTALL) -m755 -d $(DESTDIR)$(bindir)