summaryrefslogtreecommitdiff
path: root/src/lib/go/doc/doc.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-05-29 18:12:04 -0700
committerRuss Cox <rsc@golang.org>2009-05-29 18:12:04 -0700
commitaeabc11869fba1642c4981e35290eeef63e3f9d8 (patch)
tree295f6981c2b8ff73f172deb7093d5ed289fa260f /src/lib/go/doc/doc.go
parent17a37edffce016a782ceb5366ef9406628c20690 (diff)
downloadgolang-aeabc11869fba1642c4981e35290eeef63e3f9d8.tar.gz
make gobuild failures more readable.
1. ar reports names of objects with duplicate text symbols. 2. gobuild only shows first line of error output for each failed command. 3. gobuild ignores files that begin with ascii non-alphanumeric non _. ; gobuild $ 6g -I _obj gobuild.go gobuild.go:150: PackageImports: undefined $ 6g -I _obj makefile.go makefile.go:102: ShellString: undefined $ 6g -I _obj util.go util.go:114: syntax error near zzz gobuild: stalemate ; ; gobuild $ 6ar grc _obj/gobuild.a util.6 util1.6 duplicate text symbol: util1.6 and util.6: gobuildĀ·Build $ 6g -I _obj gobuild.go gobuild.go:150: PackageImports: undefined $ 6g -I _obj makefile.go makefile.go:102: ShellString: undefined gobuild: stalemate ; R=r DELTA=95 (49 added, 9 deleted, 37 changed) OCL=29625 CL=29640
Diffstat (limited to 'src/lib/go/doc/doc.go')
0 files changed, 0 insertions, 0 deletions