From owner-svn-src-head@FreeBSD.ORG Sat Mar 14 14:15:21 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 0928C1065762; Sat, 14 Mar 2009 14:15:21 +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 A31028FC2D; Sat, 14 Mar 2009 14:15:20 +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 n2EEADU0034204; Sat, 14 Mar 2009 08:10:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 14 Mar 2009 23:10:36 +0900 (JST) Message-Id: <20090314.231036.-432837894.imp@bsdimp.com> To: ed@80386.nl From: "M. Warner Losh" In-Reply-To: <20090314105656.GW31961@hoeg.nl> References: <200903132241.n2DMfUax075094@svn.freebsd.org> <20090314105656.GW31961@hoeg.nl> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, gabor@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:22 -0000 In message: <20090314105656.GW31961@hoeg.nl> Ed Schouten writes: : Hi Gabor, : : * Gabor Kovesdan wrote: : > mkdir -p ${CANONICALOBJDIR}/../../lib32/usr/share/nls/${c} : > mkdir -p ${CANONICALOBJDIR}/../../tmp/usr/share/nls/${c} : : This also seems to cause directories to be created in /usr/obj/lib32 : when lib32 is explicitly disabled. The change is clearly wrong, and must be backed out. If there's a bug, this isn't the fix. Warner