1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

make check: suppress echo of kyua binary location

986deea5b5 inadvertently removed this; fix it.
This commit is contained in:
Kyle Evans 2021-01-16 00:06:49 -06:00
parent 6dd869c22b
commit 0bc776f3da

View File

@ -90,7 +90,7 @@ KYUA?= kyua
# report bogus results unless the new binaries are put in place.
realcheck: .PHONY
if ! which -s "${KYUA}"; then \
@if ! which -s "${KYUA}"; then \
echo; \
echo "kyua binary not installed at expected location (${.TARGET})"; \
echo; \