]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r311744,r312328,r312329,r312330:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Feb 2017 16:40:28 +0000 (16:40 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Feb 2017 16:40:28 +0000 (16:40 +0000)
commit14576492669b775e6d35fcf6726b0fe31e683ada
tree72504f57f7ce0ccd48c68145c78ea22ae36b48ae
parenta7770946beb1c7d330adcec37f77cb29a4999e5b
MFC r311744,r312328,r312329,r312330:

r311744:

Document bsd.snmpmod.mk from a high-level

r312328:

Add a make target (smilint) for running smilint tool against BMIBS

Running smilint against MIB definitions is useful in finding
functional problems with MIB definitions/descriptions.

This is inspired by the smilint targets defined in
usr.sbin/bsnmpd/modules/{snmp_hostres,snmp_mibII}/Makefile

Document all of the variables that are involved in running the
smilint target, as well as all of the prerequisites to running
it.

r312329:

Remove ad hoc smilint targets made standard in bsd.snmpmod.mk in r312328

r312330:

Add smilint target to subdir targets so "make smilint" here will run
the smilint target in subdirs

While here, convert a path that's .CURDIR relative to SRCTOP

git-svn-id: svn://svn.freebsd.org/base/stable/10@313223 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.README
share/mk/bsd.snmpmod.mk
usr.sbin/bsnmpd/modules/Makefile
usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
usr.sbin/bsnmpd/modules/snmp_mibII/Makefile