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:
parent
819758f425
commit
f9f68535aa
3
Makefile
3
Makefile
@ -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
|
export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION GLUON_DEBUG
|
||||||
|
|
||||||
|
show-release:
|
||||||
|
@echo '$(GLUON_RELEASE)'
|
||||||
|
|
||||||
|
|
||||||
update: FORCE
|
update: FORCE
|
||||||
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh
|
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user