MAKEALL: use $(...) instead of `...` for readability
The mixture of single quotes and back quotes in the same line makes
scripts unreadable.

Here, do_build_target() is especially unreadable.  Using $(...)
instead of `...` would make it a little better.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 7aa78c3 commit a93f9429765d7995016c8073ba03cbfa01ad5996
@Masahiro Yamada Masahiro Yamada authored on 3 Feb 2015
Sascha Hauer committed on 4 Feb 2015
Showing 1 changed file
View
MAKEALL