From owner-svn-src-head@FreeBSD.ORG Fri May 17 21:34:23 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1F44DCF1; Fri, 17 May 2013 21:34:23 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4579E6; Fri, 17 May 2013 21:34:22 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmEGAC+hllFbsXMH/2dsb2JhbABbgwgwwU+BABd0gh8BAQV0BRALGAkWDwkDAgECASceBg0BBwEBiAy9c48hBwmDSwOPe4Erl1KDETo 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 23:34:14 +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 r4HLYDmp018535; Fri, 17 May 2013 23:34:13 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Message-ID: <5196A250.8030305@FreeBSD.org> Date: Fri, 17 May 2013 23:34:08 +0200 From: Tijl Coosemans User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130517 Thunderbird/17.0.6 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> <5196745E.7040905@FreeBSD.org> <20130517193906.1675358097@chaos.jnpr.net> In-Reply-To: <20130517193906.1675358097@chaos.jnpr.net> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2MQLQEHQASRVDUVIBPIMU" Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 17 May 2013 21:34:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2MQLQEHQASRVDUVIBPIMU Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2013-05-17 21:39, Simon J. Gerraty wrote: >> 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. >=20 > This could be the result of some bits being built by the old freebsd > make.=20 >=20 > 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=20 > may not be working. >=20 > Ok, I just checked - it isn't, it gets installed there as bmake, > which would explain the havior you see. >=20 > Should be fixed now. > Also bmake will now ignore PWD always - same as fmake. Thanks, it seems to work now. Bmake doesn't seem to like what portconf puts in make.conf though: # Begin portconf settings # Do not touch these lines =2Eif !empty(.CURDIR:M/usr/home/tijl/freebsd/ports*) && exists(/usr/local= /libexec/portconf) _PORTCONF!=3D/usr/local/libexec/portconf =2Efor i in ${_PORTCONF:S/|/ /g} ${i:S/%/ /g} =2Eendfor =2Eendif # End portconf settings When the output of /usr/local/libexec/portconf is empty make warns about it: make: "/etc/make.conf" line 115: warning: Couldn't read shell's output fo= r "/usr/local/libexec/portconf" When it isn't empty, make fails on ${i:S/%/ /g} (evaluates to VAR=3D or VAR=3Dvalue): make: "/etc/make.conf" line 117: Need an operator make: Fatal errors encountered -- cannot continue ------enig2MQLQEHQASRVDUVIBPIMU 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) iF4EAREIAAYFAlGWolUACgkQfoCS2CCgtiuRgQD/eVYRZKvY9DWnQ/bxlyFrAfDE YHZPa32tKfYTGy4yWbcA/0idbDHvYXnOyy5zb9ETmK1wA9WxOhRp3gc0q4wY1hR3 =11Ik -----END PGP SIGNATURE----- ------enig2MQLQEHQASRVDUVIBPIMU--