build: add show-release make target (#1159)

`make show-release` can be used to discover the current release in scripts.
This commit is contained in:
kb-light 2017-06-26 20:52:22 +02:00 committed by Matthias Schiffer
parent 7db9bfc273
commit 113688d83d
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ GLUON_RELEASE ?= $(error GLUON_RELEASE not set. GLUON_RELEASE can be set in site
export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION GLUON_DEBUG
show-release:
@echo '$(GLUON_RELEASE)'
update: FORCE
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh