Searched hist:"5 bff36fe81291488a7f019dd26dd4d3591cdfd22" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/ntp/ |
H A D | Makefile.inc | diff 5bff36fe81291488a7f019dd26dd4d3591cdfd22 Thu Dec 12 02:33:45 CET 2019 Kyle Evans <kevans@FreeBSD.org> 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.
Reviewed by: cy MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D22101
|
/freebsd/usr.sbin/ntp/scripts/ |
H A D | mkver | diff 5bff36fe81291488a7f019dd26dd4d3591cdfd22 Thu Dec 12 02:33:45 CET 2019 Kyle Evans <kevans@FreeBSD.org> 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.
Reviewed by: cy MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D22101
|