cvs commit: src/usr.sbin/config mkmakefile.c mkoptions.c src/sys/conf files

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 3 16:34:22 PDT 2005


dillon      2005/08/03 16:33:52 PDT

DragonFly src repository

  Modified files:
    usr.sbin/config      mkmakefile.c mkoptions.c 
    sys/conf             files 
  Log:
  Add a new system config directive called "nonoptional" which specifies
  files based on options which MUST be specified in the kernel config.
  
  Make the option to maintain compatibility with DragonFly 1.2 (and older
  1.3 kernels) non-optional.
  
  Older versions of config will not recognize the new option and generate
  a reasonable error, rather then blindly compile a kernel without 1.2
  support, hopefully prompting people to recompile their config
  program rather then post a bug report.
  
  Revision  Changes    Path
  1.15      +23 -11    src/usr.sbin/config/mkmakefile.c
  1.16      +0 -6      src/usr.sbin/config/mkoptions.c
  1.101     +1 -1      src/sys/conf/files


http://www.dragonflybsd.org/cvsweb/src/usr.sbin/config/mkmakefile.c.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/config/mkoptions.c.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.100&r2=1.101&f=u





More information about the Commits mailing list