]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Silence the deprecation script
authorSimon Glass <sjg@chromium.org>
Wed, 31 Mar 2021 22:18:13 +0000 (11:18 +1300)
committerTom Rini <trini@konsulko.com>
Thu, 1 Apr 2021 14:35:16 +0000 (10:35 -0400)
commit69bccb3874e96e31a3b180868ea1e2f633c67809
treec11ec0f7e46a35723aab47178e5818cb5d28fe84
parent6afbd3d2268456eea4aff75d761e0211d1e43c34
Makefile: Silence the deprecation script

This bash code is currently showing up in the build unless 'make -s' is
used. We don't normally show these sorts of things as they are confusing.
Also this code was not shown before the recent refactoring of how these
messages are displayed.

Add an '@' to silence it.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Bin Meng <bmeng.cn@gmail.com>
Fixes: 19a544e584d ("Makefile: Add common code to report deprecation")
Makefile