mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
- make code in gosrc compile again, check in all pending changes
(this code doesn't match the existing language at this point, but it's a large code base which compiles - will eventually go away) - enable compilation of it again in run.bash R=r DELTA=1147 (534 added, 311 deleted, 302 changed) OCL=22176 CL=22176
This commit is contained in:
parent
8d21004b41
commit
af065a0c77
16 changed files with 799 additions and 549 deletions
10
src/run.bash
10
src/run.bash
|
|
@ -52,11 +52,11 @@ time make
|
|||
make smoketest
|
||||
) || exit $?
|
||||
|
||||
# (xcd ../usr/gri/gosrc
|
||||
# make clean
|
||||
# time make
|
||||
# # make test
|
||||
# ) || exit $?
|
||||
(xcd ../usr/gri/gosrc
|
||||
make clean
|
||||
time make
|
||||
# make test
|
||||
) || exit $?
|
||||
|
||||
(xcd ../doc/progs
|
||||
time run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue