X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=15dacd58c4a59f86912da6ad9b30f71439e82a01;hb=292875d02c96f628a6ca15c0ab82470fb0d7258b;hp=51f7cdb9722714db1329871b28d5f1aa5e8c6422;hpb=7fdcd2fcbf71d97e15218a79fdc40e9a6f235276;p=lxc-userspace.git diff --git a/Makefile b/Makefile index 51f7cdb..15dacd5 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ -all: vsh setns.so - +all: vsh setns + vsh: vsh.c gcc vsh.c -o vsh setns: setns.c python setup.py build - ########## sync # for use with the test framework; push local stuff on a test node @@ -73,4 +72,5 @@ install: setns vsh install -D -m 755 lxcsu /usr/sbin/lxcsu install -D -m 755 lxcsu-internal /usr/sbin/lxcsu-internal chmod u+s /usr/sbin/lxcsu + chmod u+s /usr/sbin/vsh cp build/lib*/setns.so /usr/sbin