From owner-svn-src-user@FreeBSD.ORG Mon Jul 14 00:00:31 2014 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E675DFF7 for ; Mon, 14 Jul 2014 00:00:31 +0000 (UTC) Received: from mail-qc0-f173.google.com (mail-qc0-f173.google.com [209.85.216.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A73832564 for ; Mon, 14 Jul 2014 00:00:31 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id c9so2859152qcz.4 for ; Sun, 13 Jul 2014 17:00:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Q1/R+1B0NEQC5ZJrT/R+9IzoBkO4VOZbi+QuZ+R5iiQ=; b=H8lIGHHqlc0i0rasJRvHoJxETbE9PU2UKPgGHZOtSOvP/XUN9xaPVWOlGK36+S+7/2 0ZXfJrKRjY8omcpMxhtVDsftBSZxmuhTtXBJ/8Z7UDygjM7c/lnb5WMBASFnTODaCqUJ KX+aE+t3sy3+5AmKbNWYc0jbdbAsqkTgAscQ7rGUBLF0rUsIbngxKWgSelSP7EbjqGhh zojAK52q11wMCn07tG4AQqFyyIDmXMy3eLzAfwE1J9R2zKDXl8wcvaTjoo934HCR3R3E 0Pm7uP2cvKsIWkyefoXkc1xdJ/gSD5K9Z+MYic4F2swoOCqfJrxTvfNDSGB0E9+Sdyot 2vqw== X-Gm-Message-State: ALoCoQkz6ZjcgvfGCvsKlUQ6w8FIO5LMT4Xl7sdJ0x9GTzXd0CoLtB02H4aICxfIYIBQUvLU2mBU X-Received: by 10.140.25.226 with SMTP id 89mr18783364qgt.62.1405296024016; Sun, 13 Jul 2014 17:00:24 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Sun, 13 Jul 2014 17:00:02 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <201405241334.s4ODYf4M000124@svn.freebsd.org> References: <201405241334.s4ODYf4M000124@svn.freebsd.org> From: Julio Merino Date: Sun, 13 Jul 2014 20:00:02 -0400 X-Google-Sender-Auth: woad7vfirAoD91cy2SRmDuCSWEQ Message-ID: Subject: Re: svn commit: r266617 - user/des/tinderbox To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 00:00:32 -0000 On Sat, May 24, 2014 at 9:34 AM, Dag-Erling Sm=C3=B8rgrav = wrote: > Author: des > Date: Sat May 24 13:34:41 2014 > New Revision: 266617 > URL: http://svnweb.freebsd.org/changeset/base/266617 > > Log: > Set MAKESYSPATH before building to ensure we use the correct set of .mk > files right from the start. Is this supposed to work though? The host make may not match current's make, and thus current's share/mk/ files may be using features not yet supported by the host make. I'd expect the top-level Makefile to deal with any such issues by ensuring everything leading to the build of a current bmake works. This seem to be the case with a "make buildworld" *without* overriding MAKESYSPATH. This uncovered an oddity in the build (r268598), but I'm not sure tinderbox is doing the right thing.