From 189348ec0e10b66822f527cefee8c94ebba78fa9 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Fri, 24 Apr 2015 12:11:21 +0200
Subject: [PATCH] new target sync-build to push build.sh on a test plc

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 08159ad..e01c2e0 100644
--- a/Makefile
+++ b/Makefile
@@ -65,3 +65,7 @@ sync-rewrap:
 			     (cd bootcd && find . | cpio --quiet -c -o) | gzip -1 > iso/bootcd.img; \
 			     mkisofs -o $(NODE).iso $(MKISOFS_OPTS) iso/; \
 			    )"
+
+# install just build.sh in the myplc - assuming it has no bonding links..
+sync-build:
+	$(RSYNC) build.sh root@$(PLCHOSTLXC):/vservers/$(GUESTNAME)/usr/share/bootcd\*/
-- 
2.47.0