From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from phicode.de ([46.4.89.174]) by ur; Sun Jan 10 16:35:30 EST 2016 Received: from localhost (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by phicode.de (Postfix) with ESMTPS id 0CE2940044 for <9front@9front.org>; Sun, 10 Jan 2016 22:35:33 +0100 (CET) Date: Sun, 10 Jan 2016 22:35:33 +0100 (CET) From: Julius Schmidt X-X-Sender: aiju@localhost To: 9front@9front.org Subject: building the system Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: module just-in-time interface User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Could we fix things to make a full system build easier? Either by providing a script or changing shit so that just a mk invocation works in /sys/src. Right now there are tons of issues like rebuilding the compiler, rebuilding libc, etc that you have to keep track manually. Even ignoring issues like "should a user be required to know about all of this?" it's a frigging pain to keep up and I'd much rather just have one command that's guaranteed [ok, maybe that attempts to guarantee] to give me a sensible build outcome. aiju