From owner-freebsd-current@FreeBSD.ORG Tue Jun 15 17:24:33 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC30B106566B; Tue, 15 Jun 2010 17:24:33 +0000 (UTC) (envelope-from alexbestms@uni-muenster.de) Received: from SECMAIL.UNI-MUENSTER.DE (SECMAIL.UNI-MUENSTER.DE [128.176.192.141]) by mx1.freebsd.org (Postfix) with ESMTP id 59CB18FC14; Tue, 15 Jun 2010 17:24:33 +0000 (UTC) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTP id 183BABF40C; Tue, 15 Jun 2010 19:24:31 +0200 (CEST) Received: by gxk27 with SMTP id 27so1299005gxk.13 for ; Tue, 15 Jun 2010 10:24:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.27.221 with SMTP id j29mr3447256qac.132.1276622668957; Tue, 15 Jun 2010 10:24:28 -0700 (PDT) Received: by 10.229.247.142 with HTTP; Tue, 15 Jun 2010 10:24:28 -0700 (PDT) In-Reply-To: <4C17B472.1020305@FreeBSD.org> References: <86mxuxgwgg.fsf@ds4.des.no> <86d3vspr43.fsf@ds4.des.no> <4C17B472.1020305@FreeBSD.org> Date: Tue, 15 Jun 2010 19:24:28 +0200 Message-ID: From: Alexander Best To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= , freebsd-current@freebsd.org Subject: Re: two buildworld problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 17:24:33 -0000 On Tue, Jun 15, 2010 at 7:12 PM, Doug Barton wrote: > On 06/15/10 04:11, Alexander Best wrote: >> >> 2010/6/15 Dag-Erling Sm=F8rgrav: >>> >>> Alexander Best =A0writes: >>>> >>>> Dag-Erling Sm=F8rgrav =A0writes: >>>>> >>>>> Alexander Best =A0writes: >>>>>> >>>>>> .if empty(.CURDIR:M/usr/src/*)&& =A0empty(.CURDIR:M/usr/obj/*)&& >>>>>> exists(/usr/local/bin/gcc44) >>>>>> CC =3D gcc44 >>>>>> CXX =3D g++44 >>>>>> CPP =3D cpp44 >>>>>> .endif >>>>> >>>>> What happens when .CURDIR =3D /usr/src? >>>> >>>> i'm now using [...] >>> >>> I was trying to show you why what you had didn't work... >> >> sorry. i didn't mean to affend you. doug barton already pointed out >> that what i had in my make.conf beforehand won't work unless /usr/src >> and /usr/obj are literal directories in /usr [1]. > > You're really working hard to make this more complicated than it needs to > be. Try this: > > cd /usr/src > make -V .CURDIR > > Then tell us what it says. *lol* sorry. i'm quite busy with other stuff atm so i'm not that good at reading mails very thoroughly right now. ;9 `make -V .CURDIR` in /usr/src returns "/usr/src" cheers. alex > > > Doug > > -- > > =A0 =A0 =A0 =A0... and that's just a little bit of history repeating. > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-- Propellerheads > > =A0 =A0 =A0 =A0Improve the effectiveness of your Internet presence with > =A0 =A0 =A0 =A0a domain name makeover! =A0 =A0http://SupersetSolutions.co= m/ > > --=20 Alexander Best