From owner-cvs-src@FreeBSD.ORG Fri Feb 13 02:40:54 2004 Return-Path: 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 BF54416A4CE; Fri, 13 Feb 2004 02:40:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B34C43D1D; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1DAesGe097726; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1DAesa5097725; Fri, 13 Feb 2004 02:40:54 -0800 (PST) (envelope-from ru) Message-Id: <200402131040.i1DAesa5097725@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 13 Feb 2004 02:40:54 -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.pre.mk kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 10:40:54 -0000 ru 2004/02/13 02:40:54 PST FreeBSD src repository Modified files: sys/conf kern.pre.mk kmod.mk Log: Reduce the number of knobs controlling the build of debug modules to one, DEBUG_FLAGS, which is also compatible with . Previously one had to set both DEBUG and DEBUG_FLAGS to build the .ko.debug with debugging symbols which was boring when doing this manually. Revision Changes Path 1.41 +1 -1 src/sys/conf/kern.pre.mk 1.153 +6 -7 src/sys/conf/kmod.mk