From owner-svn-src-all@FreeBSD.ORG Fri May 17 18:18:21 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 8B0DCF1A; Fri, 17 May 2013 18:18:21 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay012.isp.belgacom.be (mailrelay012.isp.belgacom.be [195.238.6.179]) by mx1.freebsd.org (Postfix) with ESMTP id B199FEAE; Fri, 17 May 2013 18:18:20 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmMGAPJzllFbsXMH/2dsb2JhbABagwgwgzu+E34XdIIfAQEFI1YQCxQECRYLAgIJAwIBAgEnHgYNAQcBAYgMCKtbkXqPEBEHgkGBEwOPe4ErhzuQF4MROg Received: from 7.115-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.115.7]) by relay.skynet.be with ESMTP; 17 May 2013 20:18:12 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r4HIIBsS064912; Fri, 17 May 2013 20:18:11 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Message-ID: <5196745E.7040905@FreeBSD.org> Date: Fri, 17 May 2013 20:18:06 +0200 From: Tijl Coosemans User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130408 Thunderbird/17.0.5 MIME-Version: 1.0 To: "Simon J. Gerraty" Subject: Re: svn commit: r250699 - in head: share/mk usr.bin/make References: <201305161528.r4GFSc5t094460@svn.freebsd.org> In-Reply-To: <201305161528.r4GFSc5t094460@svn.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2GLTIXILGWXODBDDFRHIL" 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 18:18:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2GLTIXILGWXODBDDFRHIL Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2013-05-16 17:28, Simon J. Gerraty wrote: > Author: sjg > Date: Thu May 16 15:28:38 2013 > New Revision: 250699 > URL: http://svnweb.freebsd.org/changeset/base/250699 >=20 > Log: > Build bmake by default. 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. /usr/ports is a symlink too: % cd /usr/ports/www/firefox % pwd /usr/home/tijl/freebsd/ports/head/www/firefox % make -V .CURDIR /usr/ports/www/firefox % cd /usr/home/tijl/freebsd/ports/head/www/firefox % pwd /usr/home/tijl/freebsd/ports/head/www/firefox % make -V .CURDIR /home/tijl/freebsd/ports/head/www/firefox So it seems to change /usr/home back into /home too. This breaks ports-mgmt/portconf because it adds the following to /etc/make.conf but .CURDIR never matches the real path. =2Eif !empty(.CURDIR:M/usr/home/tijl/freebsd/ports*) && exists(/usr/local= /libexec/portconf) =2E.. =2Eendif ------enig2GLTIXILGWXODBDDFRHIL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iF4EAREIAAYFAlGWdGIACgkQfoCS2CCgtiuYtAD/XAg29vUQxDVof+ydCyP3AF17 OBVtZMQoX7mJ0R/BYcAA/ioE5iVpqGEb8Wi8OtOtH+d7CV7bLyXi8b8KZWEva45c =ojMG -----END PGP SIGNATURE----- ------enig2GLTIXILGWXODBDDFRHIL--