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() {
builtin cd $1
}
(xcd pkg/exp/nacl/srpc
make install
) || exit $?
(xcd pkg/exp/nacl/av
make install
) || exit $?
(xcd ../test
./run-nacl
) || exit $?
......@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=nacl/av
TARG=exp/nacl/av
GOFILES=\
av.go\
event.go\
......
......@@ -13,9 +13,9 @@ package av
import (
"bytes";
"draw";
"exp/draw";
"exp/nacl/srpc";
"log";
"nacl/srpc";
"os";
"syscall";
"unsafe";
......
......@@ -12,7 +12,7 @@ package av
import (
"bytes";
"debug/binary";
"draw";
"exp/draw";
"log";
"os";
"time";
......
......@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=nacl/srpc
TARG=exp/nacl/srpc
GOFILES=\
client.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