]> git.sur5r.net Git - kconfig-frontends/commit
buildsystem: don't use recursive make for kconfig meta frontend
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 23 Aug 2016 18:00:24 +0000 (20:00 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 23 Aug 2016 18:54:41 +0000 (20:54 +0200)
commit634dfecab4373411e6be4eb74ef092f735c41f8a
tree6e3fb43e714b127a004457ba64c67363693ed5dc
parent326dfe87c385f79b83dfc337843680c3eeb5e894
buildsystem: don't use recursive make for kconfig meta frontend

Yet anotehr step to get rid of the recursive make.

We're now defining more than one bin_SCRIPT, so use += when assigning to
it. This also requires it be at least assinged once with =. Do that with
an empty value. Do so also for a few other variables.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Makefile.am
frontends/Makefile.am