From: Aron Griffis Date: Thu, 21 Sep 2006 04:27:02 +0000 (-0400) Subject: kbuild: Extend kbuild/defconfig tags support to exuberant ctags X-Git-Tag: v2.6.19-rc1~1261^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7c04083c113c67800f1e13fe92a186e1f9084e;p=pandora-kernel.git kbuild: Extend kbuild/defconfig tags support to exuberant ctags The following patch extends kbuild/defconfig tags support to exuberant ctags. The previous support is only for emacs ctags/etags programs. This patch also corrects the kconfig regex for the emacs invocation. Previously it would miss some instances because it assumed /^config instead of /^[ \t]*config Signed-off-by: Aron Griffis Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed