]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 20 Jan 1996 12:37:23 +0000 (12:37 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Jan 1996 12:37:23 +0000 (12:37 +0000)
old/fileutils/ChangeLog

index 47880be58672929dc42d3ae5f6028baf41a2a923..5117d518b8b2ea808cc823a75ce686853641474b 100644 (file)
@@ -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>