summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-30 10:47:11 +0200
committerJim Meyering <jim@meyering.net>2007-08-30 17:28:12 +0200
commit624d125ceec7b676a38a252f9c5c7e69f4ada8b5 (patch)
treecac53661f6041d31ffcd09c3e8a0ae6ce8fdd8c7 /ChangeLog
parentbfe49f506f3385329d37baf4e242529049cfc887 (diff)
downloadcoreutils-624d125ceec7b676a38a252f9c5c7e69f4ada8b5.tar.xz
Perform the s,rm,/bin/rm, fix-up properly. No more kludge.
* Makefile.am (EXTRA_DIST): Remove .kludge-stamp. (.kludge-stamp): Remove rule. Instead, ... (dist-hook): Do the job here, operating on the file in $(distdir). (rm_subst): Adjust regexp to match "rm -f rm$(EXEEXT)", not "rm -f rm". (MAINTAINERCLEANFILES): s/+=/=/, now that this is the sole use. (dist-hook): Remove the legacy-from-cvs install-sh is-executable check. * .gitignore: Remove .kludge-stamp. Signed-off-by: Jim Meyering <jim@meyering.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 23 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c1b36fdd..a64363675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-08-30 Jim Meyering <jim@meyering.net>
+
+ Perform the s,rm,/bin/rm, fix-up properly. No more kludge.
+ * Makefile.am (EXTRA_DIST): Remove .kludge-stamp.
+ (.kludge-stamp): Remove rule. Instead, ...
+ (dist-hook): Do the job here, operating on the file in $(distdir).
+ (rm_subst): Adjust regexp to match "rm -f rm$(EXEEXT)", not "rm -f rm".
+ (MAINTAINERCLEANFILES): s/+=/=/, now that this is the sole use.
+ (dist-hook): Remove the legacy-from-cvs install-sh is-executable check.
+ * .gitignore: Remove .kludge-stamp.
+
+ Make inter-release --version output more useful.
+ Now, each snapshot has a version "number" like 6.9-219-g58ddd,
+ which indicates that it is built using the 219th change set
+ (in _some_ repository) following the "v6.9" tag, and that 58ddd
+ is a prefix of the commit SHA1.
+ * build-aux/git-version-gen: New file.
+ * configure.ac: Run it to set the version.
+ * Makefile.am (dist-hook): Arrange so that .version appears only
+ in distribution tarballs, never in a checked-out repository.
+ * .gitignore: Add .version here, too. Just in case.
+
2007-08-30 Eric Blake <ebb9@byu.net>
* src/.gitignore: Ignore *.exe for platforms with non-empty $(EXEEXT).
@@ -38,18 +60,7 @@
* configure.ac (AC_CHECK_DECLS): No need to check strtoimax,
strtoumax, since gnulib does this.
-2007-08-29 Jim Meyering <jim@meyering.net>
-
- Make inter-release --version output more useful.
- Now, each snapshot has a version "number" like 6.9-219-g58ddd,
- which indicates that it is built using the 219th change set
- (in _some_ repository) following the "v6.9" tag, and that 58ddd
- is a prefix of the commit SHA1.
- * build-aux/git-version-gen: New file.
- * configure.ac: Run it to set the version.
- * Makefile.am (dist-hook): Arrange so that .version appears only
- in distribution tarballs, never in a checked-out repository.
- * .gitignore: Add .version here, too. Just in case.
+2007-08-30 Jim Meyering <jim@meyering.net>
Ensure that TMPDIR is valid. Otherwise, it would cause test failures.
* tests/misc/tty-eof: Set TMPDIR=.