From: Aneesh Kumar K.V Date: Mon, 9 Jul 2007 18:43:57 +0000 (-0700) Subject: kbuild: fix the warning when running make tags X-Git-Tag: v2.6.23-rc1~257^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a412c1723da5133843688078b6f1f069fa9c93f7;p=pandora-kernel.git kbuild: fix the warning when running make tags make tags was giving the below warning. ctags: Warning: arch/x86_64/kernel/head.S:124: null expansion of name pattern "\1" Fix the same by making sure we taken only ENTRY pattern found at the begining of the line. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed