From: Jan Beulich Date: Mon, 30 Jan 2006 09:04:27 +0000 (+0100) Subject: kbuild: consolidate command line escaping X-Git-Tag: v2.6.17-rc1~733^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6176aa9ae4b83e1957d3031774f8a8e59ff97420;p=pandora-kernel.git kbuild: consolidate command line escaping While the recent change to also escape # symbols when storing C-file compilation command lines was helpful, it should be in effect for all command lines, as much as the dollar escaping should be in effect for C-source compilation commands. Additionally, for better readability and maintenance, consolidating all the escaping (single quotes, dollars, and now sharps) was also desirable. Signed-Off-By: Jan Beulich Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed