mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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.
|
||||
|
||||
realcheck: .PHONY
|
||||
if ! which -s "${KYUA}"; then \
|
||||
@if ! which -s "${KYUA}"; then \
|
||||
echo; \
|
||||
echo "kyua binary not installed at expected location (${.TARGET})"; \
|
||||
echo; \
|
||||
|
Loading…
Reference in New Issue
Block a user