diff top/maint.mk @ 14201:0efdc4f3700e

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.
author Jim Meyering <meyering@redhat.com>
date Fri, 21 Jan 2011 09:07:33 +0100
parents d6780f2a0ebc
children 59d4ae9d48d6
line wrap: on
line diff
--- a/top/maint.mk	Thu Jan 20 22:29:50 2011 +0100
+++ b/top/maint.mk	Fri Jan 21 09:07:33 2011 +0100
@@ -1138,10 +1138,10 @@
 # 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