X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=3e530dd3aecbc5258f8fd1869fb56d552ee35fbf;hb=51380fc5bdc153460ea678b67ac96cd85847c8ea;hp=15dacd58c4a59f86912da6ad9b30f71439e82a01;hpb=085591ee34b8ae79b8950510970d5d273fc9467b;p=lxc-userspace.git diff --git a/Makefile b/Makefile index 15dacd5..3e530dd 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ setns: setns.c # $ export NODE=vnode01.pl.sophia.inria.fr # and then just run # $ make sync -# this will attempt to compile vsh from vsh.c (and will push Makefile.vsh in /usr/sbin/) +# this will attempt to compile vsh from vsh.c # so you might have to yum install gcc LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' @@ -37,10 +37,12 @@ ifeq (,$(NODEURL)) @echo " e.g. make sync NODE=vnode01.inria.fr" @exit 1 else - +$(RSYNC) ./lxcsu ./lxcsu-internal ./vsh.c ./Makefile.vsh $(NODEURL)/usr/sbin/ - ssh -i $(NODE).key.rsa root@$(NODE) make -C /usr/sbin -f Makefile.vsh vsh - ssh -i $(NODE).key.rsa root@$(NODE) chown root:root /usr/sbin/lxcsu /usr/sbin/vsh - ssh -i $(NODE).key.rsa root@$(NODE) chmod u+s /usr/sbin/lxcsu /usr/sbin/vsh + +$(RSYNC) ./lxcsu ./lxcsu-internal ./vsh.c $(NODEURL)/usr/sbin/ + ssh -i $(NODE).key.rsa root@$(NODE) chown root:root /usr/sbin/lxcsu + ssh -i $(NODE).key.rsa root@$(NODE) chmod u+s /usr/sbin/lxcsu + ssh -i $(NODE).key.rsa root@$(NODE) gcc -o /usr/sbin/vsh /usr/sbin/vsh.c + ssh -i $(NODE).key.rsa root@$(NODE) chown root:root /usr/sbin/vsh + ssh -i $(NODE).key.rsa root@$(NODE) chmod u+s /usr/sbin/vsh endif ### fetching the key