From owner-cvs-all Sat Mar 16 4:33:44 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 5D18337B416; Sat, 16 Mar 2002 04:33:36 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g2GCXO469095; Sat, 16 Mar 2002 14:33:24 +0200 (EET) (envelope-from ru) Date: Sat, 16 Mar 2002 14:33:24 +0200 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Message-ID: <20020316123324.GB67976@sunbay.com> References: <200203151127.g2FBRlM03640@freefall.freebsd.org> <20020315171933.GA92157@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 15, 2002 at 07:47:02PM +0100, Dag-Erling Smorgrav wrote: > Ruslan Ermilov writes: > > No, because your change didn't exclude sysinstall from cross builds, > > and as such didn't make any difference. > > Umm, I *tested* that patch, and it did *not* build sysinstall. > I think this is because you tested your patch by something like this: cd /usr/src/usr.sbin; make TARGET_ARCH=i386 on alpha box, and this is not the same as cd /usr/src; make TARGET_ARCH=i386 buildworld which, as I explained, sets MACHINE_ARCH=${TARGET_ARCH} for world related targets: $ uname -m i386 $ make -f Makefile.inc1 TARGET_ARCH=alpha -V MACHINE_ARCH i386 $ make -f Makefile.inc1 TARGET_ARCH=alpha -V WMAKEENV MAKEOBJDIRPREFIX=/usr/obj/alpha MACHINE_ARCH=alpha MACHINE=alpha ... Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message