mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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 changed files with 4 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ rm -rf $GOROOT/pkg/${GOOS}_$GOARCH
|
||||||
rm -f $GOROOT/lib/*.a
|
rm -f $GOROOT/lib/*.a
|
||||||
for i in lib9 libbio libcgo libmach libregexp cmd pkg \
|
for i in lib9 libbio libcgo libmach libregexp cmd pkg \
|
||||||
../misc/cgo/gmp ../misc/cgo/stdio \
|
../misc/cgo/gmp ../misc/cgo/stdio \
|
||||||
../usr/r/rpc ../usr/dsymonds/iterable \
|
../usr/r/rpc \
|
||||||
../test/bench
|
../test/bench
|
||||||
do(
|
do(
|
||||||
cd $i || exit 1
|
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
|
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/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/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
|
expvar.install: bytes.install fmt.install http.install log.install strconv.install sync.install
|
||||||
flag.install: fmt.install os.install strconv.install
|
flag.install: fmt.install os.install strconv.install
|
||||||
fmt.install: io.install os.install reflect.install strconv.install utf8.install
|
fmt.install: io.install os.install reflect.install strconv.install utf8.install
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ DIRS=\
|
||||||
exec\
|
exec\
|
||||||
exp/datafmt\
|
exp/datafmt\
|
||||||
exp/eval\
|
exp/eval\
|
||||||
|
exp/iterable\
|
||||||
expvar\
|
expvar\
|
||||||
flag\
|
flag\
|
||||||
fmt\
|
fmt\
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
include $(GOROOT)/src/Make.$(GOARCH)
|
include $(GOROOT)/src/Make.$(GOARCH)
|
||||||
|
|
||||||
TARG=iterable
|
TARG=exp/iterable
|
||||||
GOFILES=\
|
GOFILES=\
|
||||||
iterable.go\
|
iterable.go\
|
||||||
|
|
||||||
|
|
@ -59,11 +59,6 @@ time make
|
||||||
./chanrun
|
./chanrun
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
(xcd ../usr/dsymonds/iterable
|
|
||||||
make clean
|
|
||||||
time make test
|
|
||||||
) || exit $?
|
|
||||||
|
|
||||||
(xcd pkg/exp/ogle
|
(xcd pkg/exp/ogle
|
||||||
make clean
|
make clean
|
||||||
time make ogle
|
time make ogle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue