2 Sep 2003 21:17
Re: tracing from aclocal
Paul Eggert <eggert <at> CS.UCLA.EDU>
2003-09-02 19:17:54 GMT
2003-09-02 19:17:54 GMT
Akim Demaille <akim <at> epita.fr> writes: > You know, sometimes you post nice summaries like this when one of us > asks a question. Given the quality of your answers, we should > probably treasure them in autoconf.texi... OK, I installed the following patch. (Thanks for the flattery.(Continue reading)2003-09-02 Paul Eggert <eggert <at> twinsun.com> * doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make): Document problems with timestamp resolution that 'make', 'cp -p', and 'touch -r' have. Index: autoconf.texi =================================================================== RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v retrieving revision 1.756 retrieving revision 1.757 diff -p -u -r1.756 -r1.757 --- autoconf.texi 27 Aug 2003 07:29:30 -0000 1.756 +++ autoconf.texi 2 Sep 2003 19:13:59 -0000 1.757 <at> <at> -10469,6 +10469,21 <at> <at> newline encoding. <at> item <at> command{cp} <at> c --------------- <at> prindex <at> command{cp} + <at> cindex timestamp resolution +Traditionally, file timestamps had 1-second resolution, and <at> samp{cp +-p} copied the timestamps exactly. However, many modern filesystems +have timestamps with 1-nanosecond resolution. Unfortunately, <at> samp{cp
2003-09-02 Paul Eggert <eggert <at> twinsun.com>
* doc/autoconf.texi (Limitations of Usual Tools, Limitations of Make):
Document problems with timestamp resolution that 'make', 'cp -p', and
'touch -r' have.
Index: autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.756
retrieving revision 1.757
diff -p -u -r1.756 -r1.757
--- autoconf.texi 27 Aug 2003 07:29:30 -0000 1.756
+++ autoconf.texi 2 Sep 2003 19:13:59 -0000 1.757
<at> <at> -10469,6 +10469,21 <at> <at> newline encoding.
<at> item <at> command{cp}
<at> c ---------------
<at> prindex <at> command{cp}
+ <at> cindex timestamp resolution
+Traditionally, file timestamps had 1-second resolution, and <at> samp{cp
+-p} copied the timestamps exactly. However, many modern filesystems
+have timestamps with 1-nanosecond resolution. Unfortunately, <at> samp{cp
RSS Feed