Date: Mon, 29 Sep 2008 19:55:34 +0400 From: Andrey Chernov <ache@nagual.pp.ru> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: freebsd-embedded@FreeBSD.org Subject: Re: r181397 of src/usr.bin/make/job.c breaks cross-compiles Message-ID: <20080929155533.GB87747@nagual.pp.ru> In-Reply-To: <20080929061057.GB57821@edoofus.dev.vega.ru> References: <48E001DC.9010503@incunabulum.net> <20080929002040.GA64397@nagual.pp.ru> <48E02B0D.9030806@incunabulum.net> <20080929015554.GA66575@nagual.pp.ru> <20080929020606.GA67341@nagual.pp.ru> <20080929061057.GB57821@edoofus.dev.vega.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 29, 2008 at 10:10:57AM +0400, Ruslan Ermilov wrote: > The first thing buildworld does is to check if a passed instance of > `make' is good enough; if not, it's bootstrapped -- built and used > later in the process. It's handled by the `upgrade_checks' target > in src/Makefile which buildworld depends on. Ah, 'upgrade_checks' is the problem. Then simple ifdefing with __FreeBSD_version will be enough. -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080929155533.GB87747>