Commit 69fc06df authored by David Symonds's avatar David Symonds

Move usr/dsymonds/iterable to src/pkg/exp/iterable.

Remove remainder of usr/dsymonds.

R=rsc,r
APPROVED=r
DELTA=685  (275 added, 409 deleted, 1 changed)
OCL=35810
CL=35933
parent f591591a
......@@ -7,7 +7,7 @@ rm -rf $GOROOT/pkg/${GOOS}_$GOARCH
rm -f $GOROOT/lib/*.a
for i in lib9 libbio libcgo libmach libregexp cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../usr/r/rpc ../usr/dsymonds/iterable \
../usr/r/rpc \
../test/bench
do(
cd $i || exit 1
......
......@@ -30,6 +30,7 @@ encoding/git85.install: bytes.install io.install os.install strconv.install
exec.install: os.install strings.install
exp/datafmt.install: bytes.install container/vector.install fmt.install go/scanner.install go/token.install io.install os.install reflect.install runtime.install strconv.install strings.install
exp/eval.install: bignum.install fmt.install go/ast.install go/parser.install go/scanner.install go/token.install log.install os.install reflect.install runtime.install strconv.install strings.install
exp/iterable.install: container/vector.install
expvar.install: bytes.install fmt.install http.install log.install strconv.install sync.install
flag.install: fmt.install os.install strconv.install
fmt.install: io.install os.install reflect.install strconv.install utf8.install
......
......@@ -44,6 +44,7 @@ DIRS=\
exec\
exp/datafmt\
exp/eval\
exp/iterable\
expvar\
flag\
fmt\
......
......@@ -4,7 +4,7 @@
include $(GOROOT)/src/Make.$(GOARCH)
TARG=iterable
TARG=exp/iterable
GOFILES=\
iterable.go\
......
......@@ -59,11 +59,6 @@ time make
./chanrun
) || exit $?
(xcd ../usr/dsymonds/iterable
make clean
time make test
) || exit $?
(xcd pkg/exp/ogle
make clean
time make ogle
......
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