From: Jim Meyering Date: Mon, 29 Oct 2007 11:24:39 +0000 (+0100) Subject: Change a "make dist" diagnostic. X-Git-Tag: v6.9.89~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00f87cfa3cb166118f04e94b3a79aaa3b6c4fc0;p=thirdparty%2Fcoreutils.git Change a "make dist" diagnostic. * GNUmakefile: Don't imply that $(_curr-ver) is the new version string. --- diff --git a/ChangeLog b/ChangeLog index 786055e2f3..5c42314829 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-29 Jim Meyering + + Change a "make dist" diagnostic. + * GNUmakefile: Don't imply that $(_curr-ver) is the new version string. + 2007-10-29 Bob Proulx Improve color terminal escape usage. diff --git a/GNUmakefile b/GNUmakefile index 3dc6f15412..436ecc07d0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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