diff options
author | Paul Smith <psmith@gnu.org> | 2000-07-30 18:26:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-07-30 18:26:42 +0000 |
commit | 1a82956eaeb7ba5fde121755d0042c42c2043069 (patch) | |
tree | 428a6561e292db9ab7285023d9e9727eaeac2be1 /NEWS | |
parent | 3c132f10f39f1675607d50f5c75669ec64e13bb5 (diff) | |
download | gunmake-1a82956eaeb7ba5fde121755d0042c42c2043069.tar.gz |
* Various fixes; see the ChangeLog.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -12,17 +12,20 @@ Please send GNU make bug reports to <bug-make@gnu.org>. 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 |