On Mon, Aug 06, 2012 at 04:38:31PM +0200, Jürg Billeter wrote:
Colin Walters created a vala-bootstrap¹ module at
git.gnome.org,
which
contains Vala with generated C code. This would probably be useful for
baserock as well (instead of maintaining your own repository).
Thanks for the tip, while we may want to mirror it, letting someone else
keep it working would save us work.
You will
need to pass --disable-build-from-vala, though, as generated files in a
git repository cause problems with timestamp-based make.
We hit this problem with other projects, we re-timestamp every file
before building, so we won't need this option.