OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELEASE_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/bison/build-aux/
do-release-commit-and-tag
34
Usage: $ME [OPTION...] VERSION
RELEASE_TYPE
/external/bison/
maint.mk
116
# If
RELEASE_TYPE
is undefined, but RELEASE is, use its second word.
120
RELEASE_TYPE
?= $(word 2, $(RELEASE))
123
# Validate and return $(
RELEASE_TYPE
), or die.
125
release-type = $(call member-check,
RELEASE_TYPE
,$(RELEASE_TYPES))
[
all
...]
Completed in 625 milliseconds