Re: mtime of installed files

2010-07-20 Thread Ralf Wildenhues
Hi Ludovic, * Ludovic Courtès wrote on Tue, Jul 20, 2010 at 06:28:46PM CEST: > Background: Guile 1.9/2.0 has an auto-compilation feature whereby if a > source file has no corresponding object file in the search path, or if > the object file is older than the source file, then the source file is >

mtime of installed files

2010-07-20 Thread Ludovic Courtès
Hello, Background: Guile 1.9/2.0 has an auto-compilation feature whereby if a source file has no corresponding object file in the search path, or if the object file is older than the source file, then the source file is automatically recompiled and stored in ~/.cache/guile/ccache. Packages that u