From owner-svn-src-head@FreeBSD.ORG Sat Mar 14 14:15:22 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F9CE106574E; Sat, 14 Mar 2009 14:15:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9288FC08; Sat, 14 Mar 2009 14:15:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n2EEC1oo034286; Sat, 14 Mar 2009 08:12:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 14 Mar 2009 23:12:27 +0900 (JST) Message-Id: <20090314.231227.1649765955.imp@bsdimp.com> To: gabor@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <49BB98A1.80403@FreeBSD.org> References: <200903132241.n2DMfUax075094@svn.freebsd.org> <20090314055836.GV31961@hoeg.nl> <49BB98A1.80403@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.org, ed@80386.nl, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r189777 - head/lib/libc/nls X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 14:15:25 -0000 In message: <49BB98A1.80403@FreeBSD.org> G=E1bor_K=F6vesd=E1n writes: : Ed Schouten escribi=F3: : > * Gabor Kovesdan wrote: : > = : >> - Fix object directory creation when running threaded buildworld= : >> = : > : > Isn't this normally done by the mtrees? : > = : I haven't yet found a better solution for this. I also grepped for mt= ree = : in the source tree hoping that it will point me a good solution with = : mtrees but it didn't. Ruslan might suggest something if he has some t= ime = : to take a look. Adding all the new NLS directories to BSD.mtree.usr is the canonical way, I'd think. Warner