[LEDE-DEV] [PATCH] build: add V=e option for extended build info

Felix Fietkau nbd at nbd.name
Sat Jun 17 05:35:43 PDT 2017


On 2017-06-16 20:58, Matthew McClintock wrote:
> This will output when a job starts and stops:
> 
> $ make -j24 V=e
> [ snip ]
>  make[3] -C package/network/config/firewall compile
>  make -r -C package/network/config/firewall BUILD_SUBDIR=package/network/config/firewall BUILD_VARIANT= compile finished
> 
> It's quite useful for debugging parallel builds to see what actually
> failed without having to re-run -j1 V=s when the issue may not occur at
> all.
> 
> Signed-off-by: Matthew McClintock <msm-oss at mcclintock.net>
I think this is a good idea. Could you please make the following changes
to it:

- clean up the "make ... finished" part to look like the earlier msg
that indicated the start of the build. Preferably both should indicate
which build variant is being used (where present).

- print the "make ... failed" message by default

Thanks,

- Felix



More information about the Lede-dev mailing list