Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 1997 17:38:49 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/config configvers.h mkmakefile.c
Message-ID:  <199710220038.RAA12466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       1997/10/21 17:38:49 PDT

  Modified files:
    usr.sbin/config      mkmakefile.c 
  Added files:
    usr.sbin/config      configvers.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.23      +11 -2     src/usr.sbin/config/mkmakefile.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710220038.RAA12466>