mirror of
https://github.com/golang/go
synced 2024-11-12 07:40:23 -07:00
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
This commit is contained in:
parent
f591591a28
commit
69fc06dfa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user