From owner-cvs-src@FreeBSD.ORG  Mon Nov 24 20:12:44 2003
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2D63B16A4CE; Mon, 24 Nov 2003 20:12:44 -0800 (PST)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 8AFDD43FCB; Mon, 24 Nov 2003 20:12:43 -0800 (PST)
	(envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAP4ChXJ056795;
	Mon, 24 Nov 2003 20:12:43 -0800 (PST)
	(envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAP4ChXG056794;
	Mon, 24 Nov 2003 20:12:43 -0800 (PST)
	(envelope-from imp)
Message-Id: <200311250412.hAP4ChXG056794@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Mon, 24 Nov 2003 20:12:43 -0800 (PST)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/conf kern.post.mk
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Nov 2003 04:12:44 -0000

imp         2003/11/24 20:12:43 PST

  FreeBSD src repository

  Modified files:
    sys/conf             kern.post.mk 
  Log:
  Turns out that building modules with the kernel opt files is
  uncovering some interesting problems.  Be conservative and effecitvely
  disable this by default.  Interested parties may still define
  KERNBUILDDIR by hand to achive the same effect.
  
  I plan on referting this change after 5.2 is released, or sooner if
  the issues with building releases are resolved and re@ approves.
  
  Approved by: re@ (scottl, marcel)
  
  Revision  Changes    Path
  1.53      +0 -1      src/sys/conf/kern.post.mk