]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* GNUmakefile: Correct the "rerunning..." diagnostic.
authorJim Meyering <meyering@redhat.com>
Thu, 22 Nov 2007 07:44:38 +0000 (08:44 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 22 Nov 2007 07:44:38 +0000 (08:44 +0100)
ChangeLog
GNUmakefile

index 8affb8ebdb1619de10b43530ab56c0f143124811..56de1ec3dc2999239440696846bb65f606828536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-11-22  Jim Meyering  <meyering@redhat.com>
 
+       * GNUmakefile: Correct the "rerunning..." diagnostic.
+
        Make it easier to diagnose PATH-induced "make distcheck" failures.
        * Makefile.maint (write_loser): Define.
        (my-distcheck): Use an always-failing wrapper script, that gives
index 436ecc07d02e265fe5dc8d3683e3dfe3a071b15a..3dc6f15412e99c5bdd7dd90bc60624343a77547a 100644 (file)
@@ -47,7 +47,7 @@ ifeq (0,$(MAKELEVEL))
   ifneq (,$(_is-dist-target))
     _curr-ver := $(shell build-aux/git-version-gen .version)
     ifneq ($(_curr-ver),$(VERSION))
-      $(info INFO: running autoreconf for new version string; old: $(_curr-ver))
+      $(info INFO: running autoreconf for new version string: $(_curr-ver))
       dummy := $(shell rm -rf autom4te.cache; autoreconf)
     endif
   endif