From owner-cvs-src@FreeBSD.ORG Thu Oct 27 17:39:03 2005 Return-Path: X-Original-To: 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 CEC8216A41F; Thu, 27 Oct 2005 17:39:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7FA43D48; Thu, 27 Oct 2005 17:39:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9RHd3r6015401; Thu, 27 Oct 2005 17:39:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9RHd3Fc015400; Thu, 27 Oct 2005 17:39:03 GMT (envelope-from ru) Message-Id: <200510271739.j9RHd3Fc015400@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 27 Oct 2005 17:39:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.post.mk kmod.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Oct 2005 17:39:04 -0000 ru 2005-10-27 17:39:03 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk kmod.mk Log: Rename the .dbg extension to .symbols, which matches "symbol-file" gdb(1) command better, though I must admit it's confusing: these files have not only [debugging] symbols, but much more than that. Requested by: obrien Revision Changes Path 1.89 +6 -6 src/sys/conf/kern.post.mk 1.199 +5 -5 src/sys/conf/kmod.mk