diff options
-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. |