[PATCH 05/17] add 'make cscope' support

2014-01-21 Thread Andrew Jones
Add a Makefile target to quickly generate arch-specific cscope for kvm-unit-tests. Assumes a mostly flat directory structure, i.e. uses '-maxdepth 1' in the file search. Signed-off-by: Andrew Jones --- Makefile | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile

Re: [PATCH 05/17] add 'make cscope' support

2014-02-01 Thread Christoffer Dall
On Tue, Jan 21, 2014 at 05:21:51PM +0100, Andrew Jones wrote: > Add a Makefile target to quickly generate arch-specific cscope > for kvm-unit-tests. Assumes a mostly flat directory structure, > i.e. uses '-maxdepth 1' in the file search. > > Signed-off-by: Andrew Jones > --- > Makefile | 9 +

Re: [PATCH 05/17] add 'make cscope' support

2014-02-03 Thread Andrew Jones
On Sat, Feb 01, 2014 at 06:22:58PM -0800, Christoffer Dall wrote: > On Tue, Jan 21, 2014 at 05:21:51PM +0100, Andrew Jones wrote: > > Add a Makefile target to quickly generate arch-specific cscope > > for kvm-unit-tests. Assumes a mostly flat directory structure, > > i.e. uses '-maxdepth 1' in the