From 41d16922a0a4f372300822282c1ac6e1b219b16f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Apr 2012 18:26:16 +0200 Subject: [PATCH] fix broken target make sync --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c2540fa..5b7c225 100644 --- a/Makefile +++ b/Makefile @@ -8,14 +8,12 @@ # $ 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