Created attachment 222627 [details] openblas ECHO patcg Hi, Use of ECHO in Makefile will break usage of "make -s". Similar to this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253588 It breaks my ports-build for opencv. Thanks, Michael
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d142bc1d25b9c7295d04cb114fc7e786941b2f0 commit 9d142bc1d25b9c7295d04cb114fc7e786941b2f0 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-04-17 13:49:36 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-04-17 13:50:00 +0000 Replace ${ECHO} with ${ECHO_CMD}, ECHO builtin is cleared with ``make -s'' PR: 253684 math/openblas/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)
Committed, thanks!