From: Jens Axboe Date: Mon, 19 Jul 2010 22:18:35 +0000 (-0600) Subject: Have cscope look in subdirs too X-Git-Tag: fio-1.43-rc1~19 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=366badd3f5c92433b1972ac85e2b4ef46b441011 Have cscope look in subdirs too Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 978f8b27..288480f1 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ clean: -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: - @cscope -b + @cscope -b -R install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir)