Reset tags for UNOFFICIAL builds
Don't force a buildtype unless one is actually set. Anything without a type is UNOFFICIAL Change-Id: I38742485e580e21c51ee5e3f10467e7afbf247d9
This commit is contained in:
parent
2128e2f956
commit
d8e7666540
@ -131,16 +131,17 @@ ifdef CM_RELEASE
|
||||
CM_BUILDTYPE := RELEASE
|
||||
endif
|
||||
|
||||
ifdef CM_EXTRAVERSION
|
||||
# Force build type to EXPERIMENTAL
|
||||
CM_BUILDTYPE := EXPERIMENTAL
|
||||
# Add leading dash to CM_EXTRAVERSION
|
||||
CM_EXTRAVERSION := -$(CM_EXTRAVERSION)
|
||||
endif
|
||||
|
||||
# If CM_BUILDTYPE is not defined, set to UNOFFICIAL
|
||||
ifndef CM_BUILDTYPE
|
||||
ifdef CM_BUILDTYPE
|
||||
ifdef CM_EXTRAVERSION
|
||||
# Force build type to EXPERIMENTAL
|
||||
CM_BUILDTYPE := EXPERIMENTAL
|
||||
# Add leading dash to CM_EXTRAVERSION
|
||||
CM_EXTRAVERSION := -$(CM_EXTRAVERSION)
|
||||
endif
|
||||
else
|
||||
# If CM_BUILDTYPE is not defined, set to UNOFFICIAL
|
||||
CM_BUILDTYPE := UNOFFICIAL
|
||||
CM_EXTRAVERSION :=
|
||||
endif
|
||||
|
||||
ifdef CM_RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user