X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=82ae384473d69f8aa50c0284791a7bdae0b10a56;hb=70d06a0b50e8940352eec5844319ad2bcbb04a97;hp=efd49d03ce9bfcbcca04a5e58000fe5e344348a5;hpb=d56ea68d4bbd9877727a20db538834123df8bbe2;p=myplc.git diff --git a/Makefile b/Makefile index efd49d0..82ae384 100644 --- a/Makefile +++ b/Makefile @@ -15,12 +15,12 @@ tags: # (*) otherwise, entering through the root context # make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr +PLCHOST ?= testplc.onelab.eu + ifdef GUEST -ifdef PLCHOST SSHURL:=root@$(PLCHOST):/vservers/$(GUEST) SSHCOMMAND:=ssh root@$(PLCHOST) vserver $(GUEST) endif -endif ifdef PLC SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC)