Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(44)

Delta Between Two Patch Sets: src/buildscript_darwin_386.sh

Issue 5533057: code review 5533057: pkg: add missing godoc comments to windows versions (Closed)
Left Patch Set: diff -r 5bdb5a13fbc0 https://go.googlecode.com/hg/ Created 13 years, 2 months ago
Right Patch Set: diff -r eea28ac6be16 https://go.googlecode.com/hg/ Created 13 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/buildscript_darwin_amd64.sh » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 # AUTO-GENERATED by buildscript.sh; DO NOT EDIT. 2 # AUTO-GENERATED by buildscript.sh; DO NOT EDIT.
3 # This script builds the go command (written in Go), 3 # This script builds the go command (written in Go),
4 # and then the go command can build the rest of the tree. 4 # and then the go command can build the rest of the tree.
5 5
6 export GOOS=darwin 6 export GOOS=darwin
7 export GOARCH=386 7 export GOARCH=386
8 export WORK=$(mktemp -d -t go-build.XXXXXX) 8 export WORK=$(mktemp -d -t go-build.XXXXXX)
9 trap "rm -rf $WORK" EXIT SIGINT SIGTERM 9 trap "rm -rf $WORK" EXIT SIGINT SIGTERM
10 set -e 10 set -e
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # 220 #
221 221
222 mkdir -p "$WORK"/encoding/base64/_obj/ 222 mkdir -p "$WORK"/encoding/base64/_obj/
223 cd "$GOROOT"/src/pkg/encoding/base64 223 cd "$GOROOT"/src/pkg/encoding/base64
224 8g -o "$WORK"/encoding/base64/_obj/_go_.8 -p encoding/base64 -I "$WORK" ./base64 .go 224 8g -o "$WORK"/encoding/base64/_obj/_go_.8 -p encoding/base64 -I "$WORK" ./base64 .go
225 gopack grc "$WORK"/encoding/base64.a "$WORK"/encoding/base64/_obj/_go_.8 225 gopack grc "$WORK"/encoding/base64.a "$WORK"/encoding/base64/_obj/_go_.8
226 mkdir -p "$GOROOT"/pkg/darwin_386/encoding/ 226 mkdir -p "$GOROOT"/pkg/darwin_386/encoding/
227 cp "$WORK"/encoding/base64.a "$GOROOT"/pkg/darwin_386/encoding/base64.a 227 cp "$WORK"/encoding/base64.a "$GOROOT"/pkg/darwin_386/encoding/base64.a
228 228
229 # 229 #
230 # syscall
231 #
232
233 mkdir -p "$WORK"/syscall/_obj/
234 cd "$GOROOT"/src/pkg/syscall
235 8g -o "$WORK"/syscall/_obj/_go_.8 -p syscall -I "$WORK" ./bpf_bsd.go ./env_unix. go ./exec_bsd.go ./exec_unix.go ./route_bsd.go ./route_darwin.go ./sockcmsg_unix .go ./str.go ./syscall.go ./syscall_bsd.go ./syscall_darwin.go ./syscall_darwin_ 386.go ./syscall_unix.go ./zerrors_darwin_386.go ./zsyscall_darwin_386.go ./zsys num_darwin_386.go ./ztypes_darwin_386.go
236 8a -I "$WORK"/syscall/_obj/ -o "$WORK"/syscall/_obj/asm_darwin_386.8 -DGOOS_darw in -DGOARCH_386 ./asm_darwin_386.s
237 gopack grc "$WORK"/syscall.a "$WORK"/syscall/_obj/_go_.8 "$WORK"/syscall/_obj/as m_darwin_386.8
238 cp "$WORK"/syscall.a "$GOROOT"/pkg/darwin_386/syscall.a
239
240 #
241 # time
242 #
243
244 mkdir -p "$WORK"/time/_obj/
245 cd "$GOROOT"/src/pkg/time
246 8g -o "$WORK"/time/_obj/_go_.8 -p time -I "$WORK" ./format.go ./sleep.go ./sys_u nix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_unix.go
247 gopack grc "$WORK"/time.a "$WORK"/time/_obj/_go_.8
248 cp "$WORK"/time.a "$GOROOT"/pkg/darwin_386/time.a
249
250 #
251 # os
252 #
253
254 mkdir -p "$WORK"/os/_obj/
255 cd "$GOROOT"/src/pkg/os
256 8g -o "$WORK"/os/_obj/_go_.8 -p os -I "$WORK" ./dir_unix.go ./doc.go ./env.go ./ error.go ./error_posix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./f ile_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./proc.go ./stat _darwin.go ./sys_bsd.go ./time.go ./types.go ./zsignal_darwin_386.go
257 gopack grc "$WORK"/os.a "$WORK"/os/_obj/_go_.8
258 cp "$WORK"/os.a "$GOROOT"/pkg/darwin_386/os.a
259
260 #
230 # reflect 261 # reflect
231 # 262 #
232 263
233 mkdir -p "$WORK"/reflect/_obj/ 264 mkdir -p "$WORK"/reflect/_obj/
234 cd "$GOROOT"/src/pkg/reflect 265 cd "$GOROOT"/src/pkg/reflect
235 8g -o "$WORK"/reflect/_obj/_go_.8 -p reflect -I "$WORK" ./deepequal.go ./type.go ./value.go 266 8g -o "$WORK"/reflect/_obj/_go_.8 -p reflect -I "$WORK" ./deepequal.go ./type.go ./value.go
236 gopack grc "$WORK"/reflect.a "$WORK"/reflect/_obj/_go_.8 267 gopack grc "$WORK"/reflect.a "$WORK"/reflect/_obj/_go_.8
237 cp "$WORK"/reflect.a "$GOROOT"/pkg/darwin_386/reflect.a 268 cp "$WORK"/reflect.a "$GOROOT"/pkg/darwin_386/reflect.a
238 269
239 # 270 #
271 # fmt
272 #
273
274 mkdir -p "$WORK"/fmt/_obj/
275 cd "$GOROOT"/src/pkg/fmt
276 8g -o "$WORK"/fmt/_obj/_go_.8 -p fmt -I "$WORK" ./doc.go ./format.go ./print.go ./scan.go
277 gopack grc "$WORK"/fmt.a "$WORK"/fmt/_obj/_go_.8
278 cp "$WORK"/fmt.a "$GOROOT"/pkg/darwin_386/fmt.a
279
280 #
240 # unicode/utf16 281 # unicode/utf16
241 # 282 #
242 283
243 mkdir -p "$WORK"/unicode/utf16/_obj/ 284 mkdir -p "$WORK"/unicode/utf16/_obj/
244 cd "$GOROOT"/src/pkg/unicode/utf16 285 cd "$GOROOT"/src/pkg/unicode/utf16
245 8g -o "$WORK"/unicode/utf16/_obj/_go_.8 -p unicode/utf16 -I "$WORK" ./utf16.go 286 8g -o "$WORK"/unicode/utf16/_obj/_go_.8 -p unicode/utf16 -I "$WORK" ./utf16.go
246 gopack grc "$WORK"/unicode/utf16.a "$WORK"/unicode/utf16/_obj/_go_.8 287 gopack grc "$WORK"/unicode/utf16.a "$WORK"/unicode/utf16/_obj/_go_.8
247 cp "$WORK"/unicode/utf16.a "$GOROOT"/pkg/darwin_386/unicode/utf16.a 288 cp "$WORK"/unicode/utf16.a "$GOROOT"/pkg/darwin_386/unicode/utf16.a
248 289
249 # 290 #
250 # encoding/json 291 # encoding/json
251 # 292 #
252 293
253 mkdir -p "$WORK"/encoding/json/_obj/ 294 mkdir -p "$WORK"/encoding/json/_obj/
254 cd "$GOROOT"/src/pkg/encoding/json 295 cd "$GOROOT"/src/pkg/encoding/json
255 8g -o "$WORK"/encoding/json/_obj/_go_.8 -p encoding/json -I "$WORK" ./decode.go ./encode.go ./indent.go ./scanner.go ./stream.go ./tags.go 296 8g -o "$WORK"/encoding/json/_obj/_go_.8 -p encoding/json -I "$WORK" ./decode.go ./encode.go ./indent.go ./scanner.go ./stream.go ./tags.go
256 gopack grc "$WORK"/encoding/json.a "$WORK"/encoding/json/_obj/_go_.8 297 gopack grc "$WORK"/encoding/json.a "$WORK"/encoding/json/_obj/_go_.8
257 cp "$WORK"/encoding/json.a "$GOROOT"/pkg/darwin_386/encoding/json.a 298 cp "$WORK"/encoding/json.a "$GOROOT"/pkg/darwin_386/encoding/json.a
258
259 #
260 # syscall
261 #
262
263 mkdir -p "$WORK"/syscall/_obj/
264 cd "$GOROOT"/src/pkg/syscall
265 8g -o "$WORK"/syscall/_obj/_go_.8 -p syscall -I "$WORK" ./bpf_bsd.go ./env_unix. go ./exec_bsd.go ./exec_unix.go ./route_bsd.go ./route_darwin.go ./sockcmsg_unix .go ./str.go ./syscall.go ./syscall_386.go ./syscall_bsd.go ./syscall_darwin.go ./syscall_darwin_386.go ./syscall_unix.go ./zerrors_darwin_386.go ./zsyscall_dar win_386.go ./zsysnum_darwin_386.go ./ztypes_darwin_386.go
266 8a -I "$WORK"/syscall/_obj/ -o "$WORK"/syscall/_obj/asm_darwin_386.8 -DGOOS_darw in -DGOARCH_386 ./asm_darwin_386.s
267 gopack grc "$WORK"/syscall.a "$WORK"/syscall/_obj/_go_.8 "$WORK"/syscall/_obj/as m_darwin_386.8
268 cp "$WORK"/syscall.a "$GOROOT"/pkg/darwin_386/syscall.a
269
270 #
271 # time
272 #
273
274 mkdir -p "$WORK"/time/_obj/
275 cd "$GOROOT"/src/pkg/time
276 8g -o "$WORK"/time/_obj/_go_.8 -p time -I "$WORK" ./format.go ./sleep.go ./sys_u nix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_unix.go
277 gopack grc "$WORK"/time.a "$WORK"/time/_obj/_go_.8
278 cp "$WORK"/time.a "$GOROOT"/pkg/darwin_386/time.a
279
280 #
281 # os
282 #
283
284 mkdir -p "$WORK"/os/_obj/
285 cd "$GOROOT"/src/pkg/os
286 8g -o "$WORK"/os/_obj/_go_.8 -p os -I "$WORK" ./dir_unix.go ./doc.go ./env.go ./ error.go ./error_posix.go ./exec.go ./exec_posix.go ./exec_unix.go ./file.go ./f ile_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./proc.go ./stat _darwin.go ./sys_bsd.go ./time.go ./types.go ./zsignal_darwin_386.go
287 gopack grc "$WORK"/os.a "$WORK"/os/_obj/_go_.8
288 cp "$WORK"/os.a "$GOROOT"/pkg/darwin_386/os.a
289
290 #
291 # fmt
292 #
293
294 mkdir -p "$WORK"/fmt/_obj/
295 cd "$GOROOT"/src/pkg/fmt
296 8g -o "$WORK"/fmt/_obj/_go_.8 -p fmt -I "$WORK" ./doc.go ./format.go ./print.go ./scan.go
297 gopack grc "$WORK"/fmt.a "$WORK"/fmt/_obj/_go_.8
298 cp "$WORK"/fmt.a "$GOROOT"/pkg/darwin_386/fmt.a
299 299
300 # 300 #
301 # flag 301 # flag
302 # 302 #
303 303
304 mkdir -p "$WORK"/flag/_obj/ 304 mkdir -p "$WORK"/flag/_obj/
305 cd "$GOROOT"/src/pkg/flag 305 cd "$GOROOT"/src/pkg/flag
306 8g -o "$WORK"/flag/_obj/_go_.8 -p flag -I "$WORK" ./flag.go 306 8g -o "$WORK"/flag/_obj/_go_.8 -p flag -I "$WORK" ./flag.go
307 gopack grc "$WORK"/flag.a "$WORK"/flag/_obj/_go_.8 307 gopack grc "$WORK"/flag.a "$WORK"/flag/_obj/_go_.8
308 cp "$WORK"/flag.a "$GOROOT"/pkg/darwin_386/flag.a 308 cp "$WORK"/flag.a "$GOROOT"/pkg/darwin_386/flag.a
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 # go/ast 363 # go/ast
364 # 364 #
365 365
366 mkdir -p "$WORK"/go/ast/_obj/ 366 mkdir -p "$WORK"/go/ast/_obj/
367 cd "$GOROOT"/src/pkg/go/ast 367 cd "$GOROOT"/src/pkg/go/ast
368 8g -o "$WORK"/go/ast/_obj/_go_.8 -p go/ast -I "$WORK" ./ast.go ./filter.go ./imp ort.go ./print.go ./resolve.go ./scope.go ./walk.go 368 8g -o "$WORK"/go/ast/_obj/_go_.8 -p go/ast -I "$WORK" ./ast.go ./filter.go ./imp ort.go ./print.go ./resolve.go ./scope.go ./walk.go
369 gopack grc "$WORK"/go/ast.a "$WORK"/go/ast/_obj/_go_.8 369 gopack grc "$WORK"/go/ast.a "$WORK"/go/ast/_obj/_go_.8
370 cp "$WORK"/go/ast.a "$GOROOT"/pkg/darwin_386/go/ast.a 370 cp "$WORK"/go/ast.a "$GOROOT"/pkg/darwin_386/go/ast.a
371 371
372 # 372 #
373 # text/tabwriter 373 # io/ioutil
374 # 374 #
375 375
376 mkdir -p "$WORK"/text/tabwriter/_obj/ 376 mkdir -p "$WORK"/io/ioutil/_obj/
377 cd "$GOROOT"/src/pkg/text/tabwriter 377 cd "$GOROOT"/src/pkg/io/ioutil
378 8g -o "$WORK"/text/tabwriter/_obj/_go_.8 -p text/tabwriter -I "$WORK" ./tabwrite r.go 378 8g -o "$WORK"/io/ioutil/_obj/_go_.8 -p io/ioutil -I "$WORK" ./ioutil.go ./tempfi le.go
379 gopack grc "$WORK"/text/tabwriter.a "$WORK"/text/tabwriter/_obj/_go_.8 379 gopack grc "$WORK"/io/ioutil.a "$WORK"/io/ioutil/_obj/_go_.8
380 mkdir -p "$GOROOT"/pkg/darwin_386/text/ 380 mkdir -p "$GOROOT"/pkg/darwin_386/io/
381 cp "$WORK"/text/tabwriter.a "$GOROOT"/pkg/darwin_386/text/tabwriter.a 381 cp "$WORK"/io/ioutil.a "$GOROOT"/pkg/darwin_386/io/ioutil.a
382 382
383 # 383 #
384 # go/printer 384 # go/parser
385 # 385 #
386 386
387 mkdir -p "$WORK"/go/printer/_obj/ 387 mkdir -p "$WORK"/go/parser/_obj/
388 cd "$GOROOT"/src/pkg/go/printer 388 cd "$GOROOT"/src/pkg/go/parser
389 8g -o "$WORK"/go/printer/_obj/_go_.8 -p go/printer -I "$WORK" ./nodes.go ./print er.go 389 8g -o "$WORK"/go/parser/_obj/_go_.8 -p go/parser -I "$WORK" ./interface.go ./par ser.go
390 gopack grc "$WORK"/go/printer.a "$WORK"/go/printer/_obj/_go_.8 390 gopack grc "$WORK"/go/parser.a "$WORK"/go/parser/_obj/_go_.8
391 cp "$WORK"/go/printer.a "$GOROOT"/pkg/darwin_386/go/printer.a 391 cp "$WORK"/go/parser.a "$GOROOT"/pkg/darwin_386/go/parser.a
392
393 #
394 # log
395 #
396
397 mkdir -p "$WORK"/log/_obj/
398 cd "$GOROOT"/src/pkg/log
399 8g -o "$WORK"/log/_obj/_go_.8 -p log -I "$WORK" ./log.go
400 gopack grc "$WORK"/log.a "$WORK"/log/_obj/_go_.8
401 cp "$WORK"/log.a "$GOROOT"/pkg/darwin_386/log.a
402
403 #
404 # os/exec
405 #
406
407 mkdir -p "$WORK"/os/exec/_obj/
408 cd "$GOROOT"/src/pkg/os/exec
409 8g -o "$WORK"/os/exec/_obj/_go_.8 -p os/exec -I "$WORK" ./exec.go ./lp_unix.go
410 gopack grc "$WORK"/os/exec.a "$WORK"/os/exec/_obj/_go_.8
411 mkdir -p "$GOROOT"/pkg/darwin_386/os/
412 cp "$WORK"/os/exec.a "$GOROOT"/pkg/darwin_386/os/exec.a
413
414 #
415 # path
416 #
417
418 mkdir -p "$WORK"/path/_obj/
419 cd "$GOROOT"/src/pkg/path
420 8g -o "$WORK"/path/_obj/_go_.8 -p path -I "$WORK" ./match.go ./path.go
421 gopack grc "$WORK"/path.a "$WORK"/path/_obj/_go_.8
422 cp "$WORK"/path.a "$GOROOT"/pkg/darwin_386/path.a
392 423
393 # 424 #
394 # regexp/syntax 425 # regexp/syntax
395 # 426 #
396 427
397 mkdir -p "$WORK"/regexp/syntax/_obj/ 428 mkdir -p "$WORK"/regexp/syntax/_obj/
398 cd "$GOROOT"/src/pkg/regexp/syntax 429 cd "$GOROOT"/src/pkg/regexp/syntax
399 8g -o "$WORK"/regexp/syntax/_obj/_go_.8 -p regexp/syntax -I "$WORK" ./compile.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go 430 8g -o "$WORK"/regexp/syntax/_obj/_go_.8 -p regexp/syntax -I "$WORK" ./compile.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go
400 gopack grc "$WORK"/regexp/syntax.a "$WORK"/regexp/syntax/_obj/_go_.8 431 gopack grc "$WORK"/regexp/syntax.a "$WORK"/regexp/syntax/_obj/_go_.8
401 mkdir -p "$GOROOT"/pkg/darwin_386/regexp/ 432 mkdir -p "$GOROOT"/pkg/darwin_386/regexp/
402 cp "$WORK"/regexp/syntax.a "$GOROOT"/pkg/darwin_386/regexp/syntax.a 433 cp "$WORK"/regexp/syntax.a "$GOROOT"/pkg/darwin_386/regexp/syntax.a
403 434
404 # 435 #
405 # regexp 436 # regexp
406 # 437 #
407 438
408 mkdir -p "$WORK"/regexp/_obj/ 439 mkdir -p "$WORK"/regexp/_obj/
409 cd "$GOROOT"/src/pkg/regexp 440 cd "$GOROOT"/src/pkg/regexp
410 8g -o "$WORK"/regexp/_obj/_go_.8 -p regexp -I "$WORK" ./exec.go ./regexp.go 441 8g -o "$WORK"/regexp/_obj/_go_.8 -p regexp -I "$WORK" ./exec.go ./regexp.go
411 gopack grc "$WORK"/regexp.a "$WORK"/regexp/_obj/_go_.8 442 gopack grc "$WORK"/regexp.a "$WORK"/regexp/_obj/_go_.8
412 cp "$WORK"/regexp.a "$GOROOT"/pkg/darwin_386/regexp.a 443 cp "$WORK"/regexp.a "$GOROOT"/pkg/darwin_386/regexp.a
413 444
414 # 445 #
415 # io/ioutil 446 # go/build
416 # 447 #
417 448
418 mkdir -p "$WORK"/io/ioutil/_obj/ 449 mkdir -p "$WORK"/go/build/_obj/
419 cd "$GOROOT"/src/pkg/io/ioutil 450 cd "$GOROOT"/src/pkg/go/build
420 8g -o "$WORK"/io/ioutil/_obj/_go_.8 -p io/ioutil -I "$WORK" ./ioutil.go ./tempfi le.go 451 8g -o "$WORK"/go/build/_obj/_go_.8 -p go/build -I "$WORK" ./build.go ./dir.go ./ path.go ./syslist.go
421 gopack grc "$WORK"/io/ioutil.a "$WORK"/io/ioutil/_obj/_go_.8 452 gopack grc "$WORK"/go/build.a "$WORK"/go/build/_obj/_go_.8
422 mkdir -p "$GOROOT"/pkg/darwin_386/io/ 453 cp "$WORK"/go/build.a "$GOROOT"/pkg/darwin_386/go/build.a
423 cp "$WORK"/io/ioutil.a "$GOROOT"/pkg/darwin_386/io/ioutil.a
424 454
425 # 455 #
426 # net/url 456 # net/url
427 # 457 #
428 458
429 mkdir -p "$WORK"/net/url/_obj/ 459 mkdir -p "$WORK"/net/url/_obj/
430 cd "$GOROOT"/src/pkg/net/url 460 cd "$GOROOT"/src/pkg/net/url
431 8g -o "$WORK"/net/url/_obj/_go_.8 -p net/url -I "$WORK" ./url.go 461 8g -o "$WORK"/net/url/_obj/_go_.8 -p net/url -I "$WORK" ./url.go
432 gopack grc "$WORK"/net/url.a "$WORK"/net/url/_obj/_go_.8 462 gopack grc "$WORK"/net/url.a "$WORK"/net/url/_obj/_go_.8
433 mkdir -p "$GOROOT"/pkg/darwin_386/net/ 463 mkdir -p "$GOROOT"/pkg/darwin_386/net/
(...skipping 11 matching lines...) Expand all
445 cp "$WORK"/text/template/parse.a "$GOROOT"/pkg/darwin_386/text/template/parse.a 475 cp "$WORK"/text/template/parse.a "$GOROOT"/pkg/darwin_386/text/template/parse.a
446 476
447 # 477 #
448 # text/template 478 # text/template
449 # 479 #
450 480
451 mkdir -p "$WORK"/text/template/_obj/ 481 mkdir -p "$WORK"/text/template/_obj/
452 cd "$GOROOT"/src/pkg/text/template 482 cd "$GOROOT"/src/pkg/text/template
453 8g -o "$WORK"/text/template/_obj/_go_.8 -p text/template -I "$WORK" ./doc.go ./e xec.go ./funcs.go ./helper.go ./template.go 483 8g -o "$WORK"/text/template/_obj/_go_.8 -p text/template -I "$WORK" ./doc.go ./e xec.go ./funcs.go ./helper.go ./template.go
454 gopack grc "$WORK"/text/template.a "$WORK"/text/template/_obj/_go_.8 484 gopack grc "$WORK"/text/template.a "$WORK"/text/template/_obj/_go_.8
485 mkdir -p "$GOROOT"/pkg/darwin_386/text/
455 cp "$WORK"/text/template.a "$GOROOT"/pkg/darwin_386/text/template.a 486 cp "$WORK"/text/template.a "$GOROOT"/pkg/darwin_386/text/template.a
456
457 #
458 # go/doc
459 #
460
461 mkdir -p "$WORK"/go/doc/_obj/
462 cd "$GOROOT"/src/pkg/go/doc
463 8g -o "$WORK"/go/doc/_obj/_go_.8 -p go/doc -I "$WORK" ./comment.go ./doc.go ./ex ample.go ./exports.go ./filter.go ./reader.go
464 gopack grc "$WORK"/go/doc.a "$WORK"/go/doc/_obj/_go_.8
465 cp "$WORK"/go/doc.a "$GOROOT"/pkg/darwin_386/go/doc.a
466
467 #
468 # go/parser
469 #
470
471 mkdir -p "$WORK"/go/parser/_obj/
472 cd "$GOROOT"/src/pkg/go/parser
473 8g -o "$WORK"/go/parser/_obj/_go_.8 -p go/parser -I "$WORK" ./interface.go ./par ser.go
474 gopack grc "$WORK"/go/parser.a "$WORK"/go/parser/_obj/_go_.8
475 cp "$WORK"/go/parser.a "$GOROOT"/pkg/darwin_386/go/parser.a
476
477 #
478 # log
479 #
480
481 mkdir -p "$WORK"/log/_obj/
482 cd "$GOROOT"/src/pkg/log
483 8g -o "$WORK"/log/_obj/_go_.8 -p log -I "$WORK" ./log.go
484 gopack grc "$WORK"/log.a "$WORK"/log/_obj/_go_.8
485 cp "$WORK"/log.a "$GOROOT"/pkg/darwin_386/log.a
486
487 #
488 # os/exec
489 #
490
491 mkdir -p "$WORK"/os/exec/_obj/
492 cd "$GOROOT"/src/pkg/os/exec
493 8g -o "$WORK"/os/exec/_obj/_go_.8 -p os/exec -I "$WORK" ./exec.go ./lp_unix.go
494 gopack grc "$WORK"/os/exec.a "$WORK"/os/exec/_obj/_go_.8
495 mkdir -p "$GOROOT"/pkg/darwin_386/os/
496 cp "$WORK"/os/exec.a "$GOROOT"/pkg/darwin_386/os/exec.a
497
498 #
499 # path
500 #
501
502 mkdir -p "$WORK"/path/_obj/
503 cd "$GOROOT"/src/pkg/path
504 8g -o "$WORK"/path/_obj/_go_.8 -p path -I "$WORK" ./match.go ./path.go
505 gopack grc "$WORK"/path.a "$WORK"/path/_obj/_go_.8
506 cp "$WORK"/path.a "$GOROOT"/pkg/darwin_386/path.a
507
508 #
509 # go/build
510 #
511
512 mkdir -p "$WORK"/go/build/_obj/
513 cd "$GOROOT"/src/pkg/go/build
514 8g -o "$WORK"/go/build/_obj/_go_.8 -p go/build -I "$WORK" ./build.go ./dir.go ./ path.go ./syslist.go
515 gopack grc "$WORK"/go/build.a "$WORK"/go/build/_obj/_go_.8
516 cp "$WORK"/go/build.a "$GOROOT"/pkg/darwin_386/go/build.a
517 487
518 # 488 #
519 # cmd/go 489 # cmd/go
520 # 490 #
521 491
522 mkdir -p "$WORK"/cmd/go/_obj/ 492 mkdir -p "$WORK"/cmd/go/_obj/
523 cd "$GOROOT"/src/cmd/go 493 cd "$GOROOT"/src/cmd/go
524 8g -o "$WORK"/cmd/go/_obj/_go_.8 -p cmd/go -I "$WORK" ./build.go ./fix.go ./fmt. go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag .go ./version.go ./vet.go 494 8g -o "$WORK"/cmd/go/_obj/_go_.8 -p cmd/go -I "$WORK" ./build.go ./fix.go ./fmt. go ./get.go ./help.go ./list.go ./main.go ./pkg.go ./run.go ./test.go ./testflag .go ./version.go ./vet.go
525 gopack grc "$WORK"/cmd/go.a "$WORK"/cmd/go/_obj/_go_.8 495 gopack grc "$WORK"/cmd/go.a "$WORK"/cmd/go/_obj/_go_.8
526 8l -o "$WORK"/cmd/go/_obj/a.out -L "$WORK" "$WORK"/cmd/go.a 496 8l -o "$WORK"/cmd/go/_obj/a.out -L "$WORK" "$WORK"/cmd/go.a
527 mkdir -p "$GOBIN"/ 497 mkdir -p "$GOBIN"/
528 cp "$WORK"/cmd/go/_obj/a.out "$GOBIN"/go 498 cp "$WORK"/cmd/go/_obj/a.out "$GOBIN"/go
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b