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
F169448442: D22101.id63523.diff
Tue, Sep 1, 1:50 PM
F169389560: D22101.id65526.diff
Tue, Sep 1, 9:45 AM
F169243256: D22101.diff
Tue, Sep 1, 1:05 AM
Unknown Object (File)
Sun, Aug 30, 11:24 PM
Unknown Object (File)
Sun, Aug 30, 6:29 AM
Unknown Object (File)
Sun, Aug 30, 6:29 AM
Unknown Object (File)
Sat, Aug 29, 9:54 PM
Unknown Object (File)
Fri, Aug 28, 4:12 PM
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