From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 29 15:55:37 2008 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDE7E1065691; Mon, 29 Sep 2008 15:55:37 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3668FC19; Mon, 29 Sep 2008 15:55:36 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id m8TFtZl7088222; Mon, 29 Sep 2008 19:55:35 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1222703735; bh=Z0hv2p3LIy7PfdouDzRtzBVfTY6k5LnorjllvKw QBSg=; l=453; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=QqdYQV0bD0lYCuhW4uWSjtZ7U L/4rTkuA4lZpoosBAz8HphKgFTPg3G/cV0NBvTt62jLSTltlgtbSwTZkwNfRGL94gXv IHE9WxyosWirKaoNK3oLSje2FMUpdCq/GucVUM78MpaC2vOeZ2IqENxfL/fhWTdF8Te 32rWdclq3jUE= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id m8TFtZYr088221; Mon, 29 Sep 2008 19:55:35 +0400 (MSD) (envelope-from ache) Date: Mon, 29 Sep 2008 19:55:34 +0400 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20080929155533.GB87747@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , Bruce M Simpson , freebsd-embedded@FreeBSD.org 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080929061057.GB57821@edoofus.dev.vega.ru> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-embedded@FreeBSD.org Subject: Re: r181397 of src/usr.bin/make/job.c breaks cross-compiles X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 15:55:37 -0000 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/