HomeFreeBSD

usr.sbin/ntp: don't emit versions w/ make -s

Description

usr.sbin/ntp: don't emit versions w/ make -s

<sys.mk> defines ECHO=echo when not using make -s, and ECHO=true when using
make -s.

export ECHO for ntp products and use it in the mkver script to echo the
version. This suppresses the output as appropriate. ECHO is given a default
value to make sure things still work as expected for anyone that isn't
redefining ECHO.

Details

Provenance
kevansAuthored on
Parents
rS355895: MFC r355451: Remove some branching from GEOM_DISK hot path.
Branches
Unknown
Tags
Unknown