[Makefile] Create a build option: EPSILON_BOOT_PROMPT that can be

'update' or 'beta' to display a prompt informing about new update or
beta version
This commit is contained in:
Émilie Feral
2018-10-12 14:07:58 +02:00
committed by LeaNumworks
parent c8d7ee46d9
commit 3f711da8e4
15 changed files with 77 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ default: epsilon.$(EXE)
info:
@echo "EPSILON_VERSION = $(EPSILON_VERSION)"
@echo "EPSILON_ONBOARDING_APP = $(EPSILON_ONBOARDING_APP)"
@echo "EPSILON_SOFTWARE_UPDATE_PROMPT = $(EPSILON_SOFTWARE_UPDATE_PROMPT)"
@echo "EPSILON_BOOT_PROMPT = $(EPSILON_BOOT_PROMPT)"
@echo "EPSILON_APPS = $(EPSILON_APPS)"
@echo "EPSILON_I18N = $(EPSILON_I18N)"