Home | History | Annotate | Download | only in bison

Lines Matching defs:VC

61 VC = $(GIT)
63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
102 ifeq ($(VC),$(GIT))
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this-vc-tag)
168 local-checks-available += no-vc-detected
169 no-vc-detected:
1273 vc-diff-check:
1274 $(AM_V_GEN)(unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || :
1275 $(AM_V_at)if test -s vc-diffs; then \
1276 cat vc-diffs; \
1280 rm vc-diffs; \
1417 $(AM_V_at)$(MAKE) vc-diff-check
1445 cd $(srcdir) && $(VC) commit -m "$$msg" -a