X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=3a1b9a2fe9e77b7dd363c003e3418b8aed5384cd;hb=b42be39ff01f53ace4b72726c27842a22739f6a3;hp=752e7470faccb7f8517eb9809d02602093d01bc2;hpb=a1e5f9d66766ed6431b3faee15c300b39016dad8;p=myplc.git diff --git a/Makefile b/Makefile index 752e747..3a1b9a2 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifeq (,$(PLCSSH)) echo "sync: You must define PLCHOST and GUEST on the command line" echo " e.g. make sync PLCHOST=private.one-lab.org GUEST=myplc01" ; exit 1 else - +$(RSYNC) guest.init $(PLCSSH)/etc/init.d/plc + +$(RSYNC) plc.init $(PLCSSH)/etc/init.d/plc +$(RSYNC) $(BINARIES) $(PLCSSH)/usr/bin +$(RSYNC) $(INITS) $(PLCSSH)/etc/plc.d +$(RSYNC) plc_config.py $(PLCSSH)/usr/lib/python2.4/site-packages/plc_config.py