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 <yamad...@jp.panasonic.com>
> Cc: Michal Marek <mma...@suse.cz>
> CC: Sam Ravnborg <s...@ravnborg.org>

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to