From b55c5c109e6b25f3d72aa4e7b140beccc694d729 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Apr 2012 18:27:21 +0200 Subject: [PATCH] fix broken target make sync --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7c1ec2c..23cc59a 100644 --- a/Makefile +++ b/Makefile @@ -61,14 +61,12 @@ tags: # $ run export # and cut'n paste the export lines before you run make sync -PLCHOST ?= testplc.onelab.eu - ifdef PLC SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) else ifdef PLCHOSTLXC -SSHURL:=root@$(PLCHOST):/var/lib/lxc/$(GUESTNAME)/rootfs +SSHURL:=root@$(PLCHOSTLXC):/var/lib/lxc/$(GUESTNAME)/rootfs SSHCOMMAND:=ssh root@$(PLCHOSTLXC) ssh $(GUESTHOSTNAME) else ifdef PLCHOSTVS -- 2.43.0