Home | History | Annotate | Download | only in bison

Lines Matching defs:commit

1334 .PHONY: release-commit
1335 release-commit:
1337 && $(_build-aux)/do-release-commit-and-tag \
1364 define emit-commit-log
1384 submodule-checks ?= no-submodule-changes public-submodule-commit
1386 # Ensure that each sub-module commit we're using is public.
1389 .PHONY: public-submodule-commit
1390 public-submodule-commit:
1396 || { echo '$(ME): found non-public submodule commit' >&2; \
1403 # commit a temporary change that deliberately points to a non-public
1404 # submodule commit, and want to be able to use rules like "make check".
1407 gl_public_submodule_commit ?= public-submodule-commit
1444 $(AM_V_at)msg=$$($(emit-commit-log)) || exit 1; \
1445 cd $(srcdir) && $(VC) commit -m "$$msg" -a