From 952c4a704a64ec8a8a28f1dfd8bdd5175cac7a4b Mon Sep 17 00:00:00 2001 From: kb-light Date: Mon, 26 Jun 2017 19:52:41 +0200 Subject: [PATCH] build: add show-release make target `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