]> bbs.cooldavid.org Git - net-next-2.6.git/commit - Makefile
kbuild: fix a cscope bug (make cscope segfaults)
authorMattia Dongili <malattia@linux.it>
Sun, 19 Feb 2006 12:50:37 +0000 (13:50 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 19 Feb 2006 13:27:57 +0000 (14:27 +0100)
commit0f558c333445a0181f33f9e6f996ce7cf008206a
treea25974ec38d776166103ffe254e54697957b286d
parent93684d3b8062d1cebdeaed398ec6d1f354cb41a9
kbuild: fix a cscope bug (make cscope segfaults)

Workaround a cscope bug where a trailing ':' in VPATH makes it segfault
and let it build the cross-reference succesfully.

VPATH=/home/mattia/devel/kernel/git/linux-2.6: cscope -b
[1]    17555 segmentation fault VPATH=/home/mattia/devel/kernel/git/linux-2.6: cscope -b

Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile