autocompiled files before installation go to a cache dir in the builddir
authorAndy Wingo <wingo@pobox.com>
Thu, 20 Aug 2009 15:56:44 +0000 (17:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 20 Aug 2009 16:52:38 +0000 (18:52 +0200)
commit48a0fe4d6bd105bcf959752df4ac8704c9bb218a
treec220a4d3a037c2fdfaa641781af4880631d9d1fb
parent53a468dd8c2d8a6552b1b7ed4025414fc219d21d
autocompiled files before installation go to a cache dir in the builddir

* libguile/load.c (scm_init_load_path): Append a slash after
  XDG_CACHE_HOME.

* meta/gdb-uninstalled-guile.in:
* meta/guile.in (XDG_CACHE_HOME): Export this var so we write to a cache
  within the build directory. Probably we should have a GUILE_CACHE_DIR
  to be more specific, though.

* Makefile.am (clean-local): Clear the cache when making clean.
Makefile.am
libguile/load.c
meta/gdb-uninstalled-guile.in
meta/guile.in