From: Jim Meyering Date: Thu, 22 Nov 2007 07:44:38 +0000 (+0100) Subject: * GNUmakefile: Correct the "rerunning..." diagnostic. X-Git-Tag: v6.9.90~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7794100ef88f8fbf40309604c7f22a58dbd2a37d;p=thirdparty%2Fcoreutils.git * GNUmakefile: Correct the "rerunning..." diagnostic. --- diff --git a/ChangeLog b/ChangeLog index 8affb8ebdb..56de1ec3dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-22 Jim Meyering + * 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 diff --git a/GNUmakefile b/GNUmakefile index 436ecc07d0..3dc6f15412 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; old: $(_curr-ver)) + $(info INFO: running autoreconf for new version string: $(_curr-ver)) dummy := $(shell rm -rf autom4te.cache; autoreconf) endif endif