From owner-cvs-all@FreeBSD.ORG Tue Jan 22 23:31:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2CD216A417; Tue, 22 Jan 2008 23:31:15 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 184DD13C457; Tue, 22 Jan 2008 23:31:14 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m0MNIWIg015394; Wed, 23 Jan 2008 02:18:32 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1201043912; bh=ytR6DpO3Xf4A6rwTG0xN7XqJQkbgOKJPeBFBn60 Olgo=; l=835; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Iwgbf8IFcHVFnAktMSCtRkIWa9EIFRzvKPL8zZ9e /9OesSdqDUxxAdw236vO7DrfrSP1aXOpED80NrxaVNJGGMp1xZlC8bx8NvDC4lNS+Zi TaLUq5pmSWgX4bsfBJkm3JhjzWJV+47J2nnt5fJ4RhqTQrad1jJTIWkd96k978ek= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m0MNIW8m015393; Wed, 23 Jan 2008 02:18:32 +0300 (MSK) (envelope-from ache) Date: Wed, 23 Jan 2008 02:18:31 +0300 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20080122231830.GA15131@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , Warner Losh , David O'Brien , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200801220005.m0M056LN028605@repoman.freebsd.org> <20080122190825.GD47055@team.vega.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080122190825.GD47055@team.vega.ru> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Warner Losh , cvs-all@FreeBSD.ORG, David O'Brien Subject: Re: cvs commit: src/usr.bin/mklocale mklocale.1 yacc.y X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Jan 2008 23:31:15 -0000 On Tue, Jan 22, 2008 at 10:08:25PM +0300, Ruslan Ermilov wrote: > On Tue, Jan 22, 2008 at 12:04:53AM +0000, Andrey A. Chernov wrote: > > ache 2008-01-22 00:04:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.bin/mklocale mklocale.1 yacc.y > > Log: > > Understand newly introduced "ASCII" encoding > > > > Revision Changes Path > > 1.28 +2 -0 src/usr.bin/mklocale/mklocale.1 > > 1.28 +1 -0 src/usr.bin/mklocale/yacc.y > > > mklocale(1) is a tool used during buildworld. Am I right > that after this commit it should be bootstrapped (i.e., > a new version should be built and used instead of the > currently installed one)? As I can see in Makefile.inc1, it is bootstrapped already. May I miss something? -- http://ache.pp.ru/