From owner-cvs-all@FreeBSD.ORG Thu Jun 24 20:45:43 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 ED4FD16A4CE; Thu, 24 Jun 2004 20:45:43 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-103-176.dsl.pltn13.pacbell.net [69.107.103.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3EA943D55; Thu, 24 Jun 2004 20:45:43 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i5OKjNJd008187; Thu, 24 Jun 2004 13:45:23 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i5OKjMwn008186; Thu, 24 Jun 2004 13:45:22 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 24 Jun 2004 13:45:22 -0700 From: David Schultz To: Marcel Moolenaar Message-ID: <20040624204522.GB7975@VARK.homeunix.com> Mail-Followup-To: Marcel Moolenaar , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200406240002.i5O02Xrf084460@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406240002.i5O02Xrf084460@repoman.freebsd.org> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/msun Makefile 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: Thu, 24 Jun 2004 20:45:44 -0000 On Thu, Jun 24, 2004, Marcel Moolenaar wrote: > marcel 2004-06-24 00:02:32 UTC > > FreeBSD src repository > > Modified files: > lib/msun Makefile > Log: > s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflicts > with the user's environment. > > Wondered why his cross-builds kept failing: marcel Nice catch. This bug used to affect only the alpha port, but in v 1.41, I guess I generalized it to be buggy for all architectures. :-)