summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-20 12:37:23 +0000
committerJim Meyering <jim@meyering.net>1996-01-20 12:37:23 +0000
commit3bd2561144c8cefdff053be52da845b2fe3e7654 (patch)
treec7e8261d8a84c8df04f56b62f9c4686734a54ce2 /old/fileutils
parent156a61c86d6a598eada0d63761a575c691f5165e (diff)
downloadcoreutils-3bd2561144c8cefdff053be52da845b2fe3e7654.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 47880be58..5117d518b 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,11 +1,16 @@
-Thu Jan 4 06:47:37 1996 Jim Meyering (meyering@na-net.ornl.gov)
+Sat Jan 20 06:00:09 1996 Jim Meyering (meyering@na-net.ornl.gov)
* cp-aux.c (usage): Fix description of --archive. From Andreas Schwab.
- * install.c (copy_files): Accept backup options just as cp, ln, and
- mv do: --backup (-b). From Marty Leisner <leisner@sdsp.mc.xerox.c>.
+ * install.c (copy_files): Accept backup/suffix options just as cp,
+ ln, and mv do. From Marty Leisner <leisner@sdsp.mc.xerox.com>.
- --suffix=SUFFIX (-S SUFFIX), --version-control=WORD (-V WORD)
+ * src/Makefile.am (DISTCLEANFILES): Set to stamp-v version.c.
+ (version.c): Update with rules from textutils.
+ (transform): Add `s/ginstall/install/;' prefix.
+
+ * lib/Makefile.am (BUILT_SOURCES): Set to posixtm.c getdate.c so
+ autodependencies work after `make distclean.'
Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>