commit | 23d6410c2dc1fc9ce330b020b6287c2e1e334761 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:11:25 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 09:38:24 2013 -0500 |
tree | e0a7d40f8b00ff53df5d86655812cba19751dc14 | |
parent | 76512e0d8484c7081dad78331347b87d8656e25f [diff] |
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>