cvs commit: src/sys/conf kern.pre.mk kmod.mk

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 5 03:05:56 PDT 2005


glebius     2005-10-05 10:05:55 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk kmod.mk 
  Log:
  Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building
  modules along with kernel.
  
  After this change it is possible to embrace opt_*.h includes with ifdef
  HAVE_KERNEL_OPTION_HEADERS. And thus, avoid editing a lot of Makefiles
  in modules directory each time we introduce a new opt_xxx.h.
  
  Requested by:   bde
  
  Revision  Changes    Path
  1.72      +1 -1      src/sys/conf/kern.pre.mk
  1.195     +1 -1      src/sys/conf/kmod.mk


More information about the cvs-src mailing list