From owner-freebsd-hackers@freebsd.org Tue Jan 1 14:37:32 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2987F141A2BD for ; Tue, 1 Jan 2019 14:37:32 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C06E170D70; Tue, 1 Jan 2019 14:37:31 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from [192.168.42.142] (CPE00fc8db75533-CM00fc8db75530.cpe.net.cable.rogers.com [174.114.26.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jonathan) by smtp.freebsd.org (Postfix) with ESMTPSA id 2FDF52D7E; Tue, 1 Jan 2019 14:37:31 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) From: "Jonathan Anderson" To: "Peter Jeremy" Cc: "Igor Mozolevsky" , "Hackers freeBSD" Subject: Re: Speculative: Rust for base system components Date: Tue, 01 Jan 2019 11:07:28 -0330 X-Mailer: MailMate (1.12.3r5579) Message-ID: In-Reply-To: <20190101024620.GA19629@server.rulingia.com> References: <5B476178-4D09-486F-AC58-47CB04965335@FreeBSD.org> <2C39D05E-E855-4FCE-82CF-83EA4AE9F84A@FreeBSD.org> <20190101024620.GA19629@server.rulingia.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: C06E170D70 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2019 14:37:32 -0000 On 31 Dec 2018, at 23:16, Peter Jeremy wrote: > 1) make doesn't seem to be sufficient to correctly describe a > dependency > tree to allow incremental/partial builds (at, everyone I'm aware of > who > has a successful incremental build system has started by migrating off > make). This means that a significant part of the work will be > re-writing > the FreeBSD build system into something else like (eg) Bazel. Or Fabrique? :) https://fabriquer.github.io That page is a bit out of date with respect to the language as it currently stands, but the essentials (and the aspirations!) are still the same. Jon -- Jonathan Anderson jonathan@FreeBSD.org