commit | 4a3f1f45c3f145474a1bebf925441952b02c23a8 | [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 | ac9ecc45088fb29f5d54e89170e9f1fd39535fc7 [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>