From: Jim Meyering Date: Tue, 29 Jun 2004 14:40:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9730554ffad1a5d3ed3479f52c8e6a6302d05ff5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7097bb9702..943a7bf273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,18 @@ * tests/rm/inaccessible: Turn off command-echoing just before invoking subshell, then turn it back on if VERBOSE=yes afterward. +2004-06-25 Paul Eggert + + Add support for 'install --target-directory', an option + that has been documented for years but not implemented (!). + * doc/coreutils.texi (install invocation): Document + --target-directory in synopsis, too. + * src/install.c (TARGET_DIRECTORY_OPTION): New var. + (long_options, main, usage): Add --target-directory. + (target_directory_operand): New function, stolen from mv.c. + (main): Use it. Check for -d and --target-directory. + Alter wording of diagnostics to match other programs. + 2004-06-28 Jim Meyering * src/cp.c (usage): Fix copy+paste error in description of