Page MenuHomeFreeBSD

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

Authored by kevans on Oct 21 2019, 9:26 PM.
Tags
None
Referenced Files
F152428841: D22101.id63523.diff
Tue, Apr 14, 10:06 PM
F152417268: D22101.id65526.diff
Tue, Apr 14, 8:25 PM
F152336088: D22101.id.diff
Tue, Apr 14, 6:32 AM
Unknown Object (File)
Mon, Apr 13, 12:23 PM
Unknown Object (File)
Sat, Apr 11, 12:36 PM
Unknown Object (File)
Tue, Apr 7, 6:43 PM
Unknown Object (File)
Tue, Mar 31, 4:32 AM
Unknown Object (File)
Wed, Mar 25, 8:55 AM
Subscribers

Details

Summary

<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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable