Re: [PATCH] kbuild: support simultaneous "make %config" and "make all"

From: Michal Marek
Date: Wed Apr 30 2014 - 11:36:09 EST


On Wed, Apr 09, 2014 at 03:51:35PM +0900, Masahiro Yamada wrote:
> Kbuild is supposed to support mixed targets. (%config and build targets)
>
> But "make all" did nothing if it was run with configuration targets.
> For example,
>
> $ LANG=C make defconfig all
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/kconfig/conf.o
> SHIPPED scripts/kconfig/zconf.tab.c
> SHIPPED scripts/kconfig/zconf.lex.c
> SHIPPED scripts/kconfig/zconf.hash.c
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTLD scripts/kconfig/conf
> *** Default configuration is based on 'x86_64_defconfig'
> #
> # configuration written to .config
> #
> make: Nothing to be done for `all'.
>
> This commits allows "make %config all" and makes sure
> mixed targets are built one by one in the given order.
>
> Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx>
> Cc: Michal Marek <mmarek@xxxxxxx>
> CC: Sam Ravnborg <sam@xxxxxxxxxxxx>

Applied to kbuild.git#kbuild, thanks.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/