1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:04:39 -07:00
go/src
Russ Cox 9f333170bf cmd/go: a raft of fixes
* add -work option to save temporary files (Fixes issue 2980)
* fix go test -i to work with cgo packages (Fixes issue 2936)
* do not overwrite/remove empty directories or non-object
  files during build (Fixes issue 2829)
* remove package main vs package non-main heuristic:
  a directory must contain only one package (Fixes issue 2864)
* to make last item workable, ignore +build tags for files
  named on command line: go build x.go builds x.go even
  if it says // +build ignore.
* add // +build ignore tags to helper programs

R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/5674043
2012-02-14 16:39:20 -05:00
..
cmd cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
lib9 build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
pkg cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
all.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
all.bat build: fix windows build 2012-02-13 22:56:42 -05:00
clean.bash build: use cmd/dist 2012-02-04 00:54:08 -05:00
make.bash build: set $PATH during make.bash 2012-02-13 22:46:50 -05:00
make.bat cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
run.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
run.bat build: fix windows build 2012-02-13 22:56:42 -05:00
sudo.bash build: fix sudo.bash. 2012-02-05 14:50:38 +11:00