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-...@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

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to