From: Cristiano Giuffrida Date: Wed, 18 Jun 2014 18:56:47 +0000 (+0200) Subject: llvm: serverctl is now clientctl. X-Git-Tag: v3.3.0~149 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.html?a=commitdiff_plain;h=07ae148a062f1a8efa4ea26c79c379278a3af1ba;p=minix.git llvm: serverctl is now clientctl. --- diff --git a/minix/llvm/serverctl b/minix/llvm/clientctl similarity index 97% rename from minix/llvm/serverctl rename to minix/llvm/clientctl index 062c7c84b..08b7a4508 100755 --- a/minix/llvm/serverctl +++ b/minix/llvm/clientctl @@ -10,7 +10,7 @@ case "$mode" in 'buildimage') (cd $ROOT && CREATE_IMAGE_ONLY=1 releasetools/x86_hdimage.sh) ;; - 'start') + 'run') (cd ../../../obj.i386/destdir.i386/multiboot && kvm -nographic -kernel kernel -append "console=tty00 rootdevname=c0d0p1" -initrd "mod01_ds,mod02_rs,mod03_pm,mod04_sched,mod05_vfs,mod06_memory,mod07_tty,mod08_mfs,mod09_vm,mod10_pfs,mod11_init" -hda $IMAGE) ;; *)