From: Jim Meyering Date: Fri, 21 Jan 2011 08:07:33 +0000 (+0100) Subject: maint.mk: adjust variable name to be consistent with other gl_ vars X-Git-Tag: v0.1~3319 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=eba8aa98605df75d35d0f70f516847f3ddec26d0;p=gnulib.git maint.mk: adjust variable name to be consistent with other gl_ vars * top/maint.mk (gl_public_submodule_commit): Rename the variable to be lower case. --- diff --git a/ChangeLog b/ChangeLog index db4abacaa..7c33d1b08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-21 Jim Meyering + + maint.mk: adjust variable name to be consistent with other gl_ vars + * top/maint.mk (gl_public_submodule_commit): Rename the variable + to be lower case. + 2011-01-20 Jim Meyering maint.mk: make "check" depend on public-submodule-commit by default diff --git a/top/maint.mk b/top/maint.mk index c57acd345..d2af3add7 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1138,10 +1138,10 @@ public-submodule-commit: # dependent of "check" by default. However, some of us do occasionally # commit a temporary change that deliberately points to a non-public # submodule commit, and want to be able to use rules like "make check". -# In that case, run e.g., "make check GL_PUBLIC_SUBMODULE_COMMIT=" +# In that case, run e.g., "make check gl_public_submodule_commit=" # to disable this test. -GL_PUBLIC_SUBMODULE_COMMIT ?= public-submodule-commit -check: $(GL_PUBLIC_SUBMODULE_COMMIT) +gl_public_submodule_commit ?= public-submodule-commit +check: $(gl_public_submodule_commit) .PHONY: alpha beta stable ALL_RECURSIVE_TARGETS += alpha beta stable