From 27fc95b6cfef597d1da99b4a2b6b0c918ba9dafb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Apr 2012 18:28:12 +0200 Subject: [PATCH] fix broken target make sync --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 47c65d8..cb724a1 100644 --- a/Makefile +++ b/Makefile @@ -12,14 +12,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