From: Sam Ravnborg Date: Sun, 25 Dec 2005 22:21:14 +0000 (+0100) Subject: kbuild: escape '#' in .target.cmd files X-Git-Tag: v2.6.16-rc1~474^2~22^2~4^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d99f93bdaa1ab49188cac67b4aae9180f8e3960;p=pandora-kernel.git kbuild: escape '#' in .target.cmd files Commandlines are contained in the ..cmd files and in case they contain a '#' char make see this as start of comment. Teach fixdep to escape the '#' char so make will assing the full commandline. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed