[Buildroot] [PATCH 1/1] package/pkg-generic.mk: Fix show-build-order stdout pollution

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Nov 19 21:27:13 UTC 2018


Hello,

On Thu, 15 Nov 2018 18:45:42 +0300, Serj Kalichev wrote:
> The commands like  "make show-build-order" or "make <package>-show-build-order" show
> the build order and then print "make[1]: Nothing to be done for 'show-build-order'" to
> stdout. It pollutes output. Technically this message is true but it's not true for user
> because he gets an information.
> 
> The <package>-show-build-order targets use $(info) for package name printing.
> The make utility doesn't consider the internal directive as a command so it
> think that it's "Nothing to be done". The patch adds the empty command to
> <package>-show-build-order to inform make utility that taget makes some real
> actions.
> 
> Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
> ---
>  package/pkg-generic.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master after inverting the $(info) call and the @:, as
suggested by Yann E. Morin. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list