From 113688d83d48c352f095b449458066081111417e Mon Sep 17 00:00:00 2001 From: kb-light Date: Mon, 26 Jun 2017 20:52:22 +0200 Subject: [PATCH] build: add show-release make target (#1159) `make show-release` can be used to discover the current release in scripts. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index fab156c5..8154c61d 100644 --- a/Makefile +++ b/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 +show-release: + @echo '$(GLUON_RELEASE)' + update: FORCE @GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh