From 68b614c3df21282850636e7570fadb981c8706ad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 6 Sep 2012 08:25:48 +0200 Subject: [PATCH] add solve_ip function --- planetlab/exp-tool/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 7c8276931..74a0d3a28 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -23,6 +23,7 @@ opp=$(call proj1,$(1))@$(call flip,$(call proj2,$(1))) rget=$(call get,$(call opp,$(1))) solve=$(HOST_$(1)) +solve_ip=$(IP_$(1)) # can be redefined in conf.mk if that's not the expected behaviour display?=host $(1) aka $(call solve,$(1)) -- 2.47.0