From owner-freebsd-arch@FreeBSD.ORG Thu Dec 18 12:48:53 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0559C0B; Thu, 18 Dec 2014 12:48:53 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (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 B69AF10AD; Thu, 18 Dec 2014 12:48:53 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id h15so797663igd.14; Thu, 18 Dec 2014 04:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=zp4uVUw8PZtaXIqEJSI5D1+g2kIChmE1t1DnhkT4UiQ=; b=UeP5HkmNWvT2kYJ62TSNksF+GYhOygr/ms76b6VAc5fKKqUhfntV0vcazwiQufBrXV zBh3WHprNAc7kiyHIpJpxDLNOCweVnD/+oqLwM0MBhRqED8KZaQ3WLCDYmQh3rEsRABF BiH4l8EJSODadHsDxoN2YMwjZGj/jMvBewFhy3am10fCxTSKzN4n7jfPE5bfk4Y1UF67 Btaa6gZskKCxbbHqNmNUT4ok8aSUEsbiqCD2hbSZWKNkiElErMoJ9ufUquan/rlOWP/x Llz+SuJJdmZ/8UEftiEo1lR16lKweeax3gsAdk2fMhgClHj5BfeHq4N1Y31C638rdioz o2CQ== X-Received: by 10.50.29.107 with SMTP id j11mr2117010igh.32.1418906932849; Thu, 18 Dec 2014 04:48:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.175.4 with HTTP; Thu, 18 Dec 2014 04:48:22 -0800 (PST) In-Reply-To: <8F3BDC42-83EE-46FA-AEFB-F35561290D48@gmail.com> References: <8F3BDC42-83EE-46FA-AEFB-F35561290D48@gmail.com> From: Jia-Shiun Li Date: Thu, 18 Dec 2014 20:48:22 +0800 Message-ID: Subject: Re: _bootstrap-tools parallel build (was: Re: CFR, CFT: Fine-grained SUBDIR dependencies for parallel builds To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Ian Lepore , freebsd-arch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 12:48:54 -0000 On Thu, Dec 18, 2014 at 3:49 AM, Garrett Cooper wro= te: > Hi Jia-Shiun! > I submitted the gnu/usr.bin/groff portion of your patch in r27586= 6 . I=E2=80=99m going to look at stripping down bootstrap-tools, et al a bi= t more in the next couple days and I=E2=80=99ll be using your patch in part= with some parallel efforts I=E2=80=99ve done on a branch on my github fork= as well: https://github.com/yaneurabeya/freebsd/tree/faster-build . > Thank you! Thank you! My makefile writing is not very fluent, yours looks much better than mine. ;) Look forward to your works. -Jia-Shiun