Skip to content
Snippets Groups Projects
Commit 31293b63 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

dist: make: iotlab: use target specific var assignment

parent 3d5233e2
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,4 @@ iotlab-term: iotlab-check-exp
RIOT_LOG-$(IOTLAB_EXP_NAME)-$(IOTLAB_EXP_ID), \
serial_aggregator -i $(IOTLAB_EXP_ID) $(NODES_PARAM_BASE))'"
iotlab-check-exp:
ifndef IOTLAB_SITE
$(eval IOTLAB_SITE := $(shell experiment-cli get -ri -i $(IOTLAB_EXP_ID) | sed -n 4p | cut -d\" -f2))
endif
iotlab-check-exp: IOTLAB_SITE ?= $(shell experiment-cli get -ri -i $(IOTLAB_EXP_ID) | sed -n 4p | cut -d\" -f2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment