From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 19 Dec 2013 00:47:50 -0500 To: 9fans@9fans.net Message-ID: <49f5cbbec5ad1aa7f02e3849f1e4dbad@mikro> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mk time-check/slice issue Topicbox-Message-UUID: a0810322-ead8-11e9-9d60-3106f5b1d025 > In part to substitute issues with time with issues with checksums, I am > writing a build tool for Inferno loosely inspired by djb's redo. I think > it deals nicely with some of the problems of make/mk tools: it handles > multiple outputs, treats shell variables as /env files for dependencies, > and uses the Inferno shell calling small programs, instead of a > domain-specific shell-like language in a build description file. > > https://github.com/catenate/credo imho, mk could be greatly improved if it had a rule flag that would allow it to compile many c files with a single compiler invocation. - erik