Re: Guile support in GNU make
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Paul Smith <[email protected]> > Date: Sat, 14 Jan 2012 15:13:36 -0500 > > Hi all. I'm ready to commit the Guile embedded scripting support. > > Boris, I understand and agree with your points about providing a > loadable module feature, and I actually have partial code available now > to do that. I'll send a note about that today or tomorrow. > > However, I've decided Guile is going to be provided specifically > (although optionally) in addition to any generic loadable module > interface. > > I've attached the section of the manual describing the new function and > the default Guile implementation that's embedded into GNU make when > Guile is compiled in. I'll commit these changes later today if you want > to see the source code. > > Any comments on this implementation are welcome. How will this work at build time? IOW, what are build-time requirements for having Guile support in the built binary?