diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-07 22:08:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-07 22:08:55 +0000 |
commit | 45e8ddd2c9de271c8f072a8ec32e257b82e8df8c (patch) | |
tree | 96b12a00bcae6acc0b3d7d847133d004f9ab2d45 | |
parent | e5549867e260f95cfe94af0bd9c4a656670f3f69 (diff) | |
download | coreutils-45e8ddd2c9de271c8f072a8ec32e257b82e8df8c.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 2 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index c2a8f6645..0c2b15581 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -108,7 +108,7 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD) noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \ getdate.h getline.h getopt.h group-member.h long-options.h \ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ -save-cwd.h xstrtol.h xstrtoul.h strverscmp.h +save-cwd.h savedir.h xstrtol.h xstrtoul.h strverscmp.h BUILT_SOURCES = getdate.c posixtm.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 69cf93f42..20df53484 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-06 Jim Meyering <meyering@na-net.ornl.gov> + * src/install.c (usage): Add a line describing --verbose. + * lib/makepath.c (make_path): Print message IFF the directory was just created and the format string is non-NULL. Print the verbose message using fprintf, not error. |