[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
preserving timestamps on installation
From: |
Andy Wingo |
Subject: |
preserving timestamps on installation |
Date: |
Thu, 04 Jun 2009 23:07:58 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) |
Hey folks,
Development Guile support compilation of Scheme files, finally. But the
deal is that it will load the source file instead if the mtimes on the
Scheme and compiled files differ.
Where automake comes in is that installing a file touches its mtime,
always, not preserving the mtime of the file being installed.
What I would suggest is, given that automake ships with an install.sh,
add the -p option to install.sh, corresponding to install(1), and use it
by default. I can't think of any downsides.
Cheers,
Andy
--
http://wingolog.org/
- preserving timestamps on installation,
Andy Wingo <=