From owner-svn-src-all@FreeBSD.ORG Fri May 17 19:47:33 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C3995B0; Fri, 17 May 2013 19:47:33 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from exprod7og112.obsmtp.com (exprod7og112.obsmtp.com [64.18.2.177]) by mx1.freebsd.org (Postfix) with ESMTP id B1EC2260; Fri, 17 May 2013 19:47:32 +0000 (UTC) Received: from P-EMHUB02-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob112.postini.com ([64.18.6.12]) with SMTP ID DSNKUZaJTUuC5o0Z7dKXM7YueJx4VH3/3MOe@postini.com; Fri, 17 May 2013 12:47:32 PDT Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB02-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Fri, 17 May 2013 12:39:06 -0700 Received: from chaos.jnpr.net (chaos.jnpr.net [172.24.29.229]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id r4HJd6L91254; Fri, 17 May 2013 12:39:06 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos.jnpr.net (localhost [127.0.0.1]) by chaos.jnpr.net (Postfix) with ESMTP id 1675358097; Fri, 17 May 2013 12:39:06 -0700 (PDT) To: Tijl Coosemans Subject: Re: svn commit: r250699 - in head: share/mk usr.bin/make In-Reply-To: <5196745E.7040905@FreeBSD.org> References: <201305161528.r4GFSc5t094460@svn.freebsd.org> <5196745E.7040905@FreeBSD.org> Comments: In-reply-to: Tijl Coosemans message dated "Fri, 17 May 2013 20:18:06 +0200." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Fri, 17 May 2013 12:39:06 -0700 Message-ID: <20130517193906.1675358097@chaos.jnpr.net> MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 19:47:33 -0000 >For me /usr/src is a symlink to /some/path and now if I build from >/usr/src some parts end up in /usr/obj/usr/src and other parts >in /usr/obj/some/path. It used to be the latter. This could be the result of some bits being built by the old freebsd make. Since the early stage of buildworld doesn't use the up to date bsd.own.mk I suspect that the install of bmake as $MAKEOBJDIRPREFIX$.CURDIR/make.$MACHINE/make may not be working. Ok, I just checked - it isn't, it gets installed there as bmake, which would explain the havior you see. Should be fixed now. Also bmake will now ignore PWD always - same as fmake.