From owner-cvs-all@FreeBSD.ORG Sat Nov 15 23:56:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32DF816A4CE; Sat, 15 Nov 2003 23:56:48 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE5B43FCB; Sat, 15 Nov 2003 23:56:47 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAG7ukeG022455; Sun, 16 Nov 2003 00:56:46 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 16 Nov 2003 00:56:18 -0700 (MST) Message-Id: <20031116.005618.126204603.imp@bsdimp.com> To: green@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200311160750.hAG7oEMB048835@repoman.freebsd.org> References: <200311160750.hAG7oEMB048835@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 07:56:48 -0000 In message: <200311160750.hAG7oEMB048835@repoman.freebsd.org> Brian Feldman writes: : green 2003/11/15 23:50:14 PST : : FreeBSD src repository : : Modified files: : sys/conf kmod.mk : Log: : It appears opt_global.h may cause opt_ddb.h to be needed. Adding it : with the full path on the command line like with -include opt_global.h : currently unbreaks tinderbox. This change has already been fixed in 1.146. Please back it out since it is superfluous. Warner