]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Recognize a %VERSREQ=nnnnn string in the system Makefile. Both config(8)
authorpeter <peter@FreeBSD.org>
Wed, 22 Oct 1997 00:38:48 +0000 (00:38 +0000)
committerpeter <peter@FreeBSD.org>
Wed, 22 Oct 1997 00:38:48 +0000 (00:38 +0000)
commitb57d8acf74b602f51f41ffd6ff9bb42c2a452d6d
tree98addc29764bbad0190dfdb43bec08eb6b67d931
parentcb0b2ed81cfa3f220e9fd70efabce40aebd3a35f
Recognize a %VERSREQ=nnnnn string in the system Makefile.  Both config(8)
and the kernel will have a 'config interface version number'.  If an
incompatable change is made to the kernel that requires a rebuild of
config(8) (such as the cam devtab stuff), then the version number would be
bumped in both places.  If a user neglects to rebuild config, then they
will get a nagging (but non-fatal) warning that they need to rebuild
config.
usr.sbin/config/configvers.h [new file with mode: 0644]
usr.sbin/config/mkmakefile.c