summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-07 23:06:14 +0000
committerJim Meyering <jim@meyering.net>1999-02-07 23:06:14 +0000
commit238e6f6a401edaf06a24486557a32306c4a76017 (patch)
tree41b0abb935b250d0dbc5c9e1fc54bbd6850ff62b /old
parent9625a6cdaf148503124af9e3a81e7f5842f3fd9b (diff)
downloadcoreutils-238e6f6a401edaf06a24486557a32306c4a76017.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
-rw-r--r--old/sh-utils/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8124e900b..a3d78a7f4 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1999-02-07 Jim Meyering <meyering@ascend.com>
+ * Makefile.maint (my-distcheck): Don't depend on dist, now that this
+ is hooked up to the distcheck rule.
+ * Makefile.am (distcheck-hook): New target and rule -- link to shared
+ rule, my-distcheck, in Makefile.maint.
+
* doc/fileutils.texi (shred invocation): New section. From Colin Plumb.
* configure.in (jm_FUNC_GETGROUPS): Move the test into a new file,
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5d1a2c2fc..0d2515c45 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,10 @@
1999-02-07 Jim Meyering <meyering@ascend.com>
+ * Makefile.maint (my-distcheck): Don't depend on dist, now that this
+ is hooked up to the distcheck rule.
+ * Makefile.am (distcheck-hook): New target and rule -- link to shared
+ rule, my-distcheck, in Makefile.maint.
+
* configure.in (jm_FUNC_GETGROUPS): Move the test into a new file,
group-member.m4, and just use this new macro.