From owner-freebsd-current@FreeBSD.ORG Fri Jun 18 15:07:23 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 0DAD61065670 for ; Fri, 18 Jun 2010 15:07:23 +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 BB93D8FC1E for ; Fri, 18 Jun 2010 15:07:22 +0000 (UTC) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTP id CD817BF414 for ; Fri, 18 Jun 2010 17:07:21 +0200 (CEST) Received: by gyh20 with SMTP id 20so1209633gyh.13 for ; Fri, 18 Jun 2010 08:07:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.21.200 with SMTP id k8mr758291qab.210.1276873640327; Fri, 18 Jun 2010 08:07:20 -0700 (PDT) Received: by 10.229.215.196 with HTTP; Fri, 18 Jun 2010 08:07:20 -0700 (PDT) In-Reply-To: <864oh42e8v.fsf@ds4.des.no> References: <86mxuxgwgg.fsf@ds4.des.no> <86d3vspr43.fsf@ds4.des.no> <86bpbc5ell.fsf@ds4.des.no> <864oh42e8v.fsf@ds4.des.no> Date: Fri, 18 Jun 2010 17:07:20 +0200 Message-ID: From: Alexander Best To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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: Fri, 18 Jun 2010 15:07:23 -0000 2010/6/15 Dag-Erling Sm=F8rgrav : > Alexander Best writes: >> Dag-Erling Sm=F8rgrav writes: >> > The problem is that "/usr/src/" is not a prefix of "/usr/src". >> ah i see. would something like >> >> empty(.CURDIR:M/usr/src*) instead of empty(.aCURDIR:M/usr/src/*) work? > > I think so. =A0My hypothesis is that CC, CXX etc. were set in the > top-level Makefile and inherited by sub-makes. indeed it worked. :) thanks a bunch. however it seems that CC/CXX/CPP have to be set in make.conf. setting them in src.conf breaks buildworld. maybe this should go into src.conf(5)? > > DES > -- > Dag-Erling Sm=F8rgrav - des@des.no > --=20 Alexander Best