summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-28 18:24:48 +0200
committerJim Meyering <jim@meyering.net>2007-08-28 18:24:54 +0200
commitd6d5658df6cde248948fe411938140b0139767eb (patch)
treeb8cfd54b5e78306d014e21cf1b8d569c14af7a2f /ChangeLog
parentc370a7e62f651006b9b1816eada98c8a23961431 (diff)
downloadcoreutils-d6d5658df6cde248948fe411938140b0139767eb.tar.xz
By default, do not install hostname anymore; no kidding, this time.
* src/Makefile.am (EXTRA_PROGRAMS): Remove hostname from this list, now that it's no longer being installed by default. This should have been part of the 2007-08-21 change. (check-duplicate-no-install): New rule to ensure this doesn't happen again. (check): Depend on it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62bcc74a2..d2da407da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-08-28 Jim Meyering <jim@meyering.net>
+ By default, do not install hostname anymore; no kidding, this time.
+ * src/Makefile.am (EXTRA_PROGRAMS): Remove hostname from this list,
+ now that it's no longer being installed by default. This should
+ have been part of the 2007-08-21 change.
+ (check-duplicate-no-install): New rule to ensure this doesn't
+ happen again.
+ (check): Depend on it.
+
Reflect renaming: mreadlink-with-size -> areadlink-with-size.
* bootstrap.conf: Update module name.
* src/copy.c (copy_internal): Update header and function names.