I'm building a new appliance, linking BusyBox with Tor on top of a minimal GNU/Linux operating system. I'd like to try something different for the automated build infrastructure with this one and Emacs Lisp has been calling me lately.<p>Do you have a project written in C that uses automated build scripts written in Elisp? Guile might might be a runner-up but I need to get up-to-speed quickly on the infrastructure needed, so I'm hoping for Elisp for familiarity's sake.
Not a build script per se, but I use elisp for some scripts which I manually invoke occasionally for source code transformations like generating tables and lists of enums from C source. I ought to make my build script invoke the elisp automatically.