On 19 September 2013 01:04, Andrei Alexandrescu < [email protected]> wrote:
> On 9/18/13 6:54 AM, Wyatt wrote: > >> On Wednesday, 18 September 2013 at 11:45:55 UTC, Manu wrote: >> ? >> >>> The problem I've always had with make-based build systems is rebuild >>> dependencies... how do any of those build systems go performing a >>> minimal rebuild, >>> >> >> As in "only rebuild the files that changed"? In my experience, that >> comes with using make. Even really ancient versions. >> > > Plus rdmd --make-depend, yum. I actually only just realised how cool rdmd was last weekend. Never occurred to me really to use it before. Very handy! Problem is, 80% of the code I write is C code still... :(
