]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: use two double-quotations as a pair
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Dec 2013 06:08:31 +0000 (15:08 +0900)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:15:33 +0000 (09:15 -0500)
commita8c075414a48663b0604c22b90883e651c1a053d
tree37d456735780f92e5fa05a07b380ce7ac06f77eb
parent65947ab4c98b882e2ce68c1970e7e7cf208b40e7
Makefile: use two double-quotations as a pair

Some editors such as Emacs can highlight source files.
But their parser algorithm is not perfect.

If you use one double-quotation alone, some editor cannot
handle it nicely and mark source lines as a string by mistake.

It is preferable to use two double-quotations as a pair.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
arch/blackfin/config.mk
dts/Makefile
spl/Makefile