]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: consolidate command line escaping
authorJan Beulich <jbeulich@novell.com>
Mon, 30 Jan 2006 09:04:27 +0000 (10:04 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 19 Feb 2006 08:51:21 +0000 (09:51 +0100)
commit61b25ee23cbb79f8dda7ca3ef7ad819e871cc64c
tree7b44789ab8d87f721c5d9fcd10a9a5cb0e5d65d1
parent79eb07d56ed6f2e1a0f8765d146060f576807afc
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 <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Kbuild.include
scripts/Makefile.build
scripts/basic/fixdep.c