From 0566471173f135363f5e090021112215385ee03c Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 5 Aug 2015 19:07:33 +0200 Subject: [PATCH] dist: make iotlab-exp dependent on all iotlab-exp uses `$(ELFFILE)` for the first flash so it needs to be there. --- dist/testbed-support/Makefile.iotlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/testbed-support/Makefile.iotlab b/dist/testbed-support/Makefile.iotlab index ecdba818bf..7ad23a1d37 100644 --- a/dist/testbed-support/Makefile.iotlab +++ b/dist/testbed-support/Makefile.iotlab @@ -11,7 +11,7 @@ IOTLAB_EXP_ID ?= $(shell experiment-cli get -l --state Running | grep -m 1 '"i $(IOTLAB_AUTH): auth-cli -u $(IOTLAB_USER) -iotlab-exp: $(IOTLAB_AUTH) +iotlab-exp: $(IOTLAB_AUTH) all ifeq (,$(AD)) @echo "experiment-cli submit -d $(IOTLAB_DURATION) -l $(IOTLAB_NODES),archi=$(IOTLAB_TYPE)+site=$(IOTLAB_SITE),$(ELFFILE),$(IOTLAB_PROFILE) -n riot_makefile_experiment" endif