Commit 7d795d8c authored by Russ Cox's avatar Russ Cox

move native client to exp/nacl.

R=r
DELTA=3706  (1857 added, 1849 deleted, 0 changed)
OCL=35731
CL=35741
parent c058e20a
...@@ -14,6 +14,14 @@ xcd() { ...@@ -14,6 +14,14 @@ xcd() {
builtin cd $1 builtin cd $1
} }
(xcd pkg/exp/nacl/srpc
make install
) || exit $?
(xcd pkg/exp/nacl/av
make install
) || exit $?
(xcd ../test (xcd ../test
./run-nacl ./run-nacl
) || exit $? ) || exit $?
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH) include $(GOROOT)/src/Make.$(GOARCH)
TARG=nacl/av TARG=exp/nacl/av
GOFILES=\ GOFILES=\
av.go\ av.go\
event.go\ event.go\
......
...@@ -13,9 +13,9 @@ package av ...@@ -13,9 +13,9 @@ package av
import ( import (
"bytes"; "bytes";
"draw"; "exp/draw";
"exp/nacl/srpc";
"log"; "log";
"nacl/srpc";
"os"; "os";
"syscall"; "syscall";
"unsafe"; "unsafe";
......
...@@ -12,7 +12,7 @@ package av ...@@ -12,7 +12,7 @@ package av
import ( import (
"bytes"; "bytes";
"debug/binary"; "debug/binary";
"draw"; "exp/draw";
"log"; "log";
"os"; "os";
"time"; "time";
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH) include $(GOROOT)/src/Make.$(GOARCH)
TARG=nacl/srpc TARG=exp/nacl/srpc
GOFILES=\ GOFILES=\
client.go\ client.go\
msg.go\ msg.go\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment