From owner-freebsd-testing@FreeBSD.ORG Tue Oct 15 16:25:16 2013 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E1D52EC3 for ; Tue, 15 Oct 2013 16:25:16 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9C402440 for ; Tue, 15 Oct 2013 16:25:16 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id v10so9158524pde.10 for ; Tue, 15 Oct 2013 09:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=0erblrAbiroPLDmN8kNaFFJRpInAT2LLK6lA5riDeEc=; b=a7P+wzVqQ7BknPqY9PV+UAU8IjYKuZK8a/vB2W6sBCGqJe0q3kdtUPTLdZ/dg1VLS2 pYhld8Y9xLnlV0zRoHXjrgbIhuyoVmlTj6QwMvt3UpHfBCYhedVK92loBTXsjo/KVoJf o0pZGoKgWU1vGc9rwN+gzh/g+7CQBZSa0/VsXPW4PMPDO20279PYM4+NaoMMIKeeYVz8 32iMDv6EFeacfnPQXmWBYGWP7OxAOOkwK5ebbW5yvWZlhxZRmSf4BhonBVgPed+GQceP 6i/JnmeYrXyn6d9VFt6hXSDOkSQ15YWuNOmayr5rP5RbqGrjKYOsB1eNjusmtKZo2nLN Z25Q== X-Received: by 10.66.7.68 with SMTP id h4mr45045094paa.0.1381854316400; Tue, 15 Oct 2013 09:25:16 -0700 (PDT) Received: from [10.0.1.114] ([64.14.143.130]) by mx.google.com with ESMTPSA id bn4sm39394951pbc.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Oct 2013 09:25:15 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <4CE11789-6889-438B-89DF-CEBE4ACEC841@gmail.com> X-Mailer: iPhone Mail (11A501) From: Garrett Cooper Subject: Re: Refactoring of *.test.mk Date: Tue, 15 Oct 2013 09:25:14 -0700 To: Julio Merino Cc: "freebsd-testing@freebsd.org" , Rui Paulo , Simon Gerraty X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 16:25:16 -0000 On Oct 14, 2013, at 20:24, Julio Merino wrote: >=20 > [Fixing Garrett's address...] (Sorry for the empty reply. Still getting used to iOS 7..) I'll look at this sometime before the end of the week. I have some minor con= cerns about the proposed layout and how things will integrate in, but these s= hould be easy to resolve. Also, did you look at my code on GitHub under share/mk? It's quite a bit dif= ferent from the stuff in FreeBSD head.. Thanks! -Garrett=