From owner-cvs-all@FreeBSD.ORG Wed Apr 28 15:40:22 2004 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 B7CFA16A4CF; Wed, 28 Apr 2004 15:40:22 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A3F43D62; Wed, 28 Apr 2004 15:40:14 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3SMeDgr069184; Wed, 28 Apr 2004 16:40:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 28 Apr 2004 16:40:34 -0600 (MDT) Message-Id: <20040428.164034.13283190.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200404281315.48650.jhb@FreeBSD.org> References: <200404281106.13952.jhb@FreeBSD.org> <20040428152314.GC43431@ip.net.ua> <200404281315.48650.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 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: ru@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot1.S sio.S src/sys/boot/i386/btx/btx btx.S src/sys/boot/i386/btx/btxldr btxldr.S src/sys/boot/i386/libi386 amd64_tramp.S src/sys/boot/i386/pxeldr pxeldr.S 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: Wed, 28 Apr 2004 22:40:23 -0000 : Those aren't in makefiles. I think you put them in src/MAINTAINERS when you : removed them from the Makefiles w/o my permission. I thuoght we were migrating out of Makefile into src/MAINTAINERS in general. Core.3 talked about this maybe 15 months ago. Warner