
1 Apr
2021
1 Apr
'21
4:20 p.m.
On Thu, Apr 01, 2021 at 09:08:56AM -0500, Alexandru Gagniuc wrote:
Right before v2021.04-rc5 was dropped, several patches landed that updated the way DM warnings are printed. A side-effect of those changes is that, instead of printing warnings where appropriate, the Makefile prints the script that checks for the conditions:
if [ -n "y" ]; then if [ "y y" != "y y" ]; then echo >&2 "===================== WARNING ======================"; echo >&2 et cetera
Remedy this by appending "@" to the commands.
Deferring this in favor of https://patchwork.ozlabs.org/project/uboot/patch/20210331221813.2568659-1-sj...
--
Tom