make check: suppress echo of kyua binary location
986deea5b5
inadvertently removed this; fix it.
This commit is contained in:
parent
6dd869c22b
commit
0bc776f3da
@ -90,7 +90,7 @@ KYUA?= kyua
|
|||||||
# report bogus results unless the new binaries are put in place.
|
# report bogus results unless the new binaries are put in place.
|
||||||
|
|
||||||
realcheck: .PHONY
|
realcheck: .PHONY
|
||||||
if ! which -s "${KYUA}"; then \
|
@if ! which -s "${KYUA}"; then \
|
||||||
echo; \
|
echo; \
|
||||||
echo "kyua binary not installed at expected location (${.TARGET})"; \
|
echo "kyua binary not installed at expected location (${.TARGET})"; \
|
||||||
echo; \
|
echo; \
|
||||||
|
Loading…
Reference in New Issue
Block a user