Date: Sat, 16 Mar 2002 14:33:24 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Message-ID: <20020316123324.GB67976@sunbay.com> In-Reply-To: <xzp8z8tpt21.fsf@flood.ping.uio.no> References: <200203151127.g2FBRlM03640@freefall.freebsd.org> <xzp8z8trcyi.fsf@flood.ping.uio.no> <20020315171933.GA92157@sunbay.com> <xzp8z8tpt21.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 15, 2002 at 07:47:02PM +0100, Dag-Erling Smorgrav wrote:
> Ruslan Ermilov <ru@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020316123324.GB67976>
