Mark H Weaver writes:
> Hmm, good question. I'm not sure, not because 2002 is too recent, but
> rather because I'm not sure that GNU Make should be a requirement for
> building Guile.
>
> Guile's README does not list GNU Make in the section of "Required
> External Packages". This, along with
Hi Mikael,
Mikael Djurfeldt writes:
> OK, here's a new patch. OK to apply it?
>
> This actually also fixes the existing problem of all bootstrap objects
> being rebuilt of eval.scm is touched.
Very nice! I didn't know about this feature in GNU Make.
> The patch is verified to give a faster bu
OK, here's a new patch. OK to apply it?
This actually also fixes the existing problem of all bootstrap objects
being rebuilt of eval.scm is touched.
The patch is verified to give a faster build for 4 and 32 build threads.
The only downside is that it requires GNU Make 3.8 (which was released
200
Den sön 28 okt. 2018 02:35Mark H Weaver skrev:
> The downside of this approach to serialization is that when we add file
> X.scm to the list of objects to build serially, we force a full rebuild
> whenever X.scm is modified. At present, eval.scm is the only file that
> forces a full rebuild. Yo