Subject: CVS commit: htdocs/Documentation/Hardware/Machines/DEC/vax
To: None <www-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: www-changes
Date: 04/09/2005 19:45:09
Module Name: htdocs
Committed By: heinz
Date: Sat Apr 9 19:45:09 UTC 2005
Modified Files:
htdocs/Documentation/Hardware/Machines/DEC/vax: data2xml.pl
Log Message:
In Perl, opening a file for appending (">>somefile") does not change the
file's timestamp. Use utime() instead. This lets "make" run the action
for full.xml only when it's really necessary.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 \
htdocs/Documentation/Hardware/Machines/DEC/vax/data2xml.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.