From owner-freebsd-current@FreeBSD.ORG Sun Sep 14 16:07:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A806D16A4DF; Sun, 14 Sep 2003 16:07:15 -0700 (PDT) Received: from baraca.united.net.ua (vlan1.baraca.united.net.ua [195.234.212.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3534043FAF; Sun, 14 Sep 2003 16:07:14 -0700 (PDT) (envelope-from sobomax@portaone.com) Received: from portaone.com (office-l6-gw.united.net.ua [193.111.8.74] (may be forged))h8EN773I057405; Mon, 15 Sep 2003 02:07:10 +0300 (EEST) (envelope-from sobomax@portaone.com) Message-ID: <3F64F49B.1020105@portaone.com> Date: Mon, 15 Sep 2003 02:07:07 +0300 From: Maxim Sobolev User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en, ru, uk MIME-Version: 1.0 To: Ruslan Ermilov , current@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Bug in make release regarding install.cfg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 23:07:15 -0000 Folks, I've noted that the following inconsistency exists in make release. If there is a install.cfg file in /usr/src/release when executing make release (the file which if exists is placed into the root of mfs and customises behaviour of sysinstall), /usr/src/release/install.cfg takes precedence over the same file in CVS from which release is being built and is placed onto the floppy instead of file with the same name in CVS. Appatently this breaks "clean room" principle of make release and needs to be fixed. Regards, Maxim