upstream changes
This commit is contained in:
parent
acdb6b58db
commit
bcb774ced3
3 changed files with 4 additions and 4 deletions
5
makefile
5
makefile
|
|
@ -19,8 +19,9 @@ RELEASE_BASE=FinUI-$(RELEASE_TIME)b
|
|||
RELEASE_DOT!=find ./releases/. -regex ".*/$(RELEASE_BASE)-[0-9]+-base\.zip" -printf '.' | wc -m
|
||||
RELEASE_NAME=$(RELEASE_BASE)-$(RELEASE_DOT)
|
||||
|
||||
ifeq (,$(BUILD_HASH))
|
||||
BUILD_HASH="devRelease"
|
||||
#in case BUILD_HASH is empty, put something to avoid crashing
|
||||
ifeq (,$(BUILD_HASH))
|
||||
BUILD_HASH="unknown release"
|
||||
endif
|
||||
|
||||
# TODO: this needs to consider the different platforms, eg. rootfs.ext2 should only be copied in rg35xx-toolchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue