> Von: "Werner LEMBERG" <[email protected]> > > > What about the mentioning of the `Last update'? > > Honestly, I think it should be dropped everywhere. It's a nuisance to > maintain, and people who are working from the git directly know what > they do... For everybody else, they can look up all changes in the > ChangeLog file of a distribution tarball – this is the very reason we > maintain it.
I removed all of these entries in the files of the groff top dir. But there are also some files with a timestamp: config.guess:5:timestamp='2014-09-03' config.guess:50:GNU config.guess ($timestamp) config.guess:65: echo "$timestamp" ; exit ;; config.guess:1515:This script, last modified $timestamp, has failed to recognize config.guess:1528:config.guess timestamp = $timestamp config.guess:1555:# time-stamp-start: "timestamp='" config.sub:5:timestamp='2014-09-03' config.sub:69:GNU config.sub ($timestamp) config.sub:83: echo "$timestamp" ; exit ;; config.sub:1790:# time-stamp-start: "timestamp='" configure:7928: "stamp-h":F) echo timestamp > stamp-h ;; configure.ac:165:AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) Makefile.sub:66: echo timestamp > $(srcdir)/stamp-h.in stamp-h.in:1:timestamp How could that be handled? Bernd Warken
