From 1a82956eaeb7ba5fde121755d0042c42c2043069 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 30 Jul 2000 18:26:42 +0000 Subject: * Various fixes; see the ChangeLog. --- NEWS | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 40ddb1d..38a6d5b 100644 --- a/NEWS +++ b/NEWS @@ -12,17 +12,20 @@ Please send GNU make bug reports to . See the README file and the GNU make manual for details on sending bug reports. +* New pseudo-target .LOW_RESOLUTION_TIME, superseding the configure + option --disable-nsec-timestamps. You might need this if your build + process depends on tools like "cp -p" preserving time stamps, since + "cp -p" (right now) doesn't preserve the subsecond portion of a time + stamp. + Version 3.79.1 * .SECONDARY with no prerequisites now prevents any target from being removed because make thinks it's an intermediate file, not just those listed in the makefile. -* New configure option --disable-nsec-timestamps will keep make from - using sub-second timestamps on systems which support it. If your - build process depends on proper timestamp-preserving behavior of tools - like "cp -p" you might need this option, since "cp -p" (right now) - doesn't preserve the sub-second portion of the timestamp. +* New configure option --disable-nsec-timestamps, but this was + superseded in later versions by the .LOW_RESOLUTION_TIME pseudo-target. Version 3.79 -- cgit v1.2.3