From: Jim Meyering Date: Wed, 30 Jun 2004 18:42:12 +0000 (+0000) Subject: Add support for --no-target-directory option. X-Git-Tag: v5.3.0~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1815011d0add0984e927acb3a8d8b8f7a7bba3e1;p=thirdparty%2Fcoreutils.git Add support for --no-target-directory option. --- diff --git a/NEWS b/NEWS index b92dc6e330..df568c3ff0 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,8 @@ GNU coreutils NEWS -*- outline -*- pwd now works even when run from a working directory whose name is longer than PATH_MAX. + cp, install, ln, and mv have a new --no-target-directory option. + cp -pu and mv -u (when copying) now don't bother to update the destination if the resulting time stamp would be no newer than the preexisting time stamp. This saves work in the common case when