diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-07 07:08:29 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-07 07:08:29 +0000 |
commit | dc52b433efc3bba39fb801b05e8d0530c680ad0e (patch) | |
tree | d2d9c1f8511891af5f5e71085413ea585e9854d4 /ChangeLog | |
parent | 4767fc607e5fd38b2a9c8db2d876125aaa10e578 (diff) | |
download | coreutils-dc52b433efc3bba39fb801b05e8d0530c680ad0e.tar.xz |
* src/install.c (make_ancestor): New arg COMPONENT.
* src/mkdir.c (make_ancestor): Likewise.
* tests/install/basic-1: Check for install -Dv bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -2,14 +2,9 @@ Fix bug reported today by Mike Frysinger: mkdir -pv is logging the wrong file name in some cases. - * src/install.c (struct install_options): New type. - (install_file_in_file_parents, main): - Use it instead of struct cp_options. - (process_dir): Remember the full name. - (announce_mkdir, make_ancestor): Use the full name in announcements. - * src/mkdir.c (struct mkdir_options): Add full_name member. - (make_ancestor): Use the full name in announcements. - (process_dir): Remember the full name. + * src/install.c (make_ancestor): New arg COMPONENT. + * src/mkdir.c (make_ancestor): Likewise. + * tests/install/basic-1: Check for install -Dv bug. * tests/mkdir/Makefile.am (TESTS): Add p-v. * tests/mkdir/p-v: New file, to test this bug. |