From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 05:13:35 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252A416A4CF for ; Fri, 11 Mar 2005 05:13:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D89643D41 for ; Fri, 11 Mar 2005 05:13:34 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so797393wri for ; Thu, 10 Mar 2005 21:13:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=OJg2rJ4C+IuFnFEyeIYZBnbM7NXkXSURlkRBK3N6V5aJvNk/2FyrFMuoD0e35zlB3acXmgOgLiT/xLNCQcZb7UWSKWni0X2gSBuXBs2VROo2sX8nyXHkeP1eAVwbh4lmykwCLtpcSQLdoKO8o2dKbz71MZmE2OELO93j5QHiCXo= Received: by 10.54.43.79 with SMTP id q79mr2451004wrq; Thu, 10 Mar 2005 21:13:33 -0800 (PST) Received: from localhost.localdomain ([61.221.58.28]) by mx.gmail.com with ESMTP id 43sm9461wri.2005.03.10.21.13.29; Thu, 10 Mar 2005 21:13:33 -0800 (PST) From: Chen Lihong To: Andrey Chernov In-Reply-To: <20050311050851.GB2578@nagual.pp.ru> References: <1110517021.3106.1.camel@OmniBook.accton.com.tw> <20050311050851.GB2578@nagual.pp.ru> Content-Type: text/plain Date: Fri, 11 Mar 2005 13:12:38 +0800 Message-Id: <1110517958.3106.3.camel@OmniBook.accton.com.tw> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: 'FreeBSD Current' cc: 'Hartmut Brandt' cc: Daniel Eriksson Subject: Re: make broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 11 Mar 2005 05:13:35 -0000 On Fri, 2005-03-11 at 08:08 +0300, Andrey Chernov wrote: > On Fri, Mar 11, 2005 at 12:57:01PM +0800, Chen Lihong wrote: > > > > I have this problem, too. > > It seems caused by the changes of src/Makefile.inc1: > > WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp > > I'll remove /usr/obj and try it again later. > > Strangely, yesterdays make was fine with all recent Makefile* share/mk/* > changes. > Oops! So that must caused by others. /Lihong