]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Change a "make dist" diagnostic.
authorJim Meyering <meyering@redhat.com>
Mon, 29 Oct 2007 11:24:39 +0000 (12:24 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 29 Oct 2007 11:24:39 +0000 (12:24 +0100)
* GNUmakefile: Don't imply that $(_curr-ver) is the new version string.

ChangeLog
GNUmakefile

index 786055e2f32d7c4c25cd539a2a2fd0615f209258..5c4231482974b5b5bb3383958c8e71604535b176 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-29  Jim Meyering  <meyering@redhat.com>
+
+       Change a "make dist" diagnostic.
+       * GNUmakefile: Don't imply that $(_curr-ver) is the new version string.
+
 2007-10-29  Bob Proulx  <bob@proulx.com>
 
        Improve color terminal escape usage.
index 3dc6f15412e99c5bdd7dd90bc60624343a77547a..436ecc07d02e265fe5dc8d3683e3dfe3a071b15a 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: $(_curr-ver))
+      $(info INFO: running autoreconf for new version string; old: $(_curr-ver))
       dummy := $(shell rm -rf autom4te.cache; autoreconf)
     endif
   endif