Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 1999 08:45:58 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.kmod.mk
Message-ID:  <199912121645.IAA23225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/12/12 08:45:58 PST

  Modified files:
    share/mk             bsd.kmod.mk 
  Log:
  Use the -c and -h args of vnode_if.sh to generate only the .h file that
  we use.  The .c half is statically compiled into the kernel.  It's kinda
  silly to generate a .h file on the fly that has inlines to call the
  .c stuff when the .c code is fixed.
  
  Also, zap the special treatment for VFS_KLD modules.  This treatment
  applies to lots of things, not just VFS's.
  
  Revision  Changes    Path
  1.69      +8 -10     src/share/mk/bsd.kmod.mk



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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