From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 09:42:42 2004 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 7573C16A4CE; Wed, 11 Aug 2004 09:42:42 +0000 (GMT) Received: from mail017.syd.optusnet.com.au (mail017.syd.optusnet.com.au [211.29.132.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540CB43D45; Wed, 11 Aug 2004 09:42:41 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i7B9gdX20142; Wed, 11 Aug 2004 19:42:39 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i7B9gdxP010624; Wed, 11 Aug 2004 19:42:39 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i7B9gcLC010623; Wed, 11 Aug 2004 19:42:38 +1000 (EST) (envelope-from pjeremy) Date: Wed, 11 Aug 2004 19:42:38 +1000 From: Peter Jeremy To: Ruslan Ermilov Message-ID: <20040811094238.GB423@cirb503493.alcatel.com.au> References: <20040810231044.GA70020@xor.obsecurity.org> <20040811061202.GA80234@ip.net.ua> <20040811065912.GA95263@xor.obsecurity.org> <20040811080350.GK80234@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040811080350.GK80234@ip.net.ua> User-Agent: Mutt/1.4.2i cc: current@freebsd.org Subject: Re: World broken in stage 1.1 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: Wed, 11 Aug 2004 09:42:42 -0000 On Wed, 2004-Aug-11 11:03:50 +0300, Ruslan Ermilov wrote: >Trying to set MAKEOBJDIRPREFIX in /etc/make.conf and attempting to buildworld >RELENG_4 on a 4.x machine similarly fails right away. I have a script that run on RELENG_4 and does make MAKEOBJDIRPREFIX=/usr/obj/k7 CPUTYPE=k7 buildworld >buildworld.k7 2>&1 & make MAKEOBJDIRPREFIX=/usr/obj/i486 CPUTYPE=i486 buildworld >buildworld.i486 2>&1 & make MAKEOBJDIRPREFIX=/usr/obj/i586 CPUTYPE=i586/mmx buildworld >buildworld.i586 2>&1 & This worked perfectly when I tried it on 1st August - at least the system compiled, installed and has been running since last weekend. I have another -STABLE system that has MAKEOBJDIRPREFIX in /etc/make.conf and runs build{world,kernel} happily every night. I admit I haven't tried using MAKEOBJDIRPREFIX on -CURRENT lately. Overall, I find it annoying that it is no longer possible to embed all the buildworld customisations in /etc/make.conf. -- Peter Jeremy