diff --git a/Makefile b/Makefile index 57d1c3b68..b4e060084 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,8 @@ _NEXTDEVEL!= ${GIT} tag -l ${CORE_NEXT}\* _NEXTMATCH= --match=${CORE_NEXT}\* . endif . endif +. elif ${CORE_TYPE:M[Bb][Uu][Ss]*} +_NEXTMATCH= '' # XXX verbatim match for now . else _NEXTSTABLE!= ${GIT} tag -l ${CORE_ABI}\* . if !empty(_NEXTSTABLE)