kbuild: escape '#' in .target.cmd files
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 25 Dec 2005 22:21:14 +0000 (23:21 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 25 Dec 2005 22:21:14 +0000 (23:21 +0100)
commit4d99f93bdaa1ab49188cac67b4aae9180f8e3960
treeabc13c11bd350117117777e547d80804f8257fb6
parentf6333eb4e788bf70d6455c9004b6b676df62c500
kbuild: escape '#' in .target.cmd files

Commandlines are contained in the .<target>.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 <sam@ravnborg.org>
scripts/basic/fixdep.c