]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: fix awk warning message
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:11:25 +0000 (11:11 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 14:38:24 +0000 (09:38 -0500)
commit23d6410c2dc1fc9ce330b020b6287c2e1e334761
treee0a7d40f8b00ff53df5d86655812cba19751dc14
parent76512e0d8484c7081dad78331347b87d8656e25f
MAKEALL: fix awk warning message

If you do `./MAKEALL -M ` or `./MAKEALL -m`
GNU awk would display warnings like follows:

    awk: warning: escape sequence `\ ' treated as plain ` '

In the first place, we do not explicitly set the field separator.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
MAKEALL