index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
make.bash
Age
Commit message (
Expand
)
Author
2011-10-14
build: stop on failed deps.bash
Russ Cox
2011-10-13
make.bash: more robustly detect gold 2.20
Christopher Wedgwood
2011-05-04
make.bash: remove old bash version of gotest on Windows
Alex Brainman
2011-03-18
build: diagnose Ubuntu's buggy copy of gold
Russ Cox
2011-03-01
build: convert src/cmd to use make directly and simplify src/make.bash
Dave Cheney
2011-02-24
build: remove unused nacl conditional from make.bash
Dave Cheney
2011-01-25
make.bash: stricter selinux test
Russ Cox
2010-12-13
build: add a few missing --no-print-directory
Russ Cox
2010-12-08
fix build: more libcgo references
Russ Cox
2010-10-25
build: only print "You need to add foo to PATH" when needed
Andrew Gerrand
2010-09-02
build: create bin and pkg directories as needed; drop from hg
Russ Cox
2010-08-30
build: remove unnecessary references to GOBIN and GOROOT
Christian Himpel
2010-08-25
build: let pkg/Makefile coordinate building of Go commands
Russ Cox
2010-08-24
build: fix build again - not sure where the " went. sigh.
Russ Cox
2010-08-24
build: $GOBIN defaults to $GOROOT/bin
Russ Cox
2010-08-18
build: no required environment variables
Russ Cox
2010-07-15
Build libcgo.so with $(CC), not the gcc on PATH.
Ian Lance Taylor
2010-05-15
build; allow MAKEFLAGS to be set outside the build scripts
Christopher Wedgwood
2010-03-31
build script tweaks
Russ Cox
2010-03-04
goinstall: an experiment in (external) package installation
Russ Cox
2010-02-03
arm: toss make-arm.bash
Russ Cox
2009-12-11
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src
Devon H. O'Dell
2009-12-04
make Native Client support build again,
Russ Cox
2009-11-30
Ports of lib9, libbio and libmach to Windows.
Hector Chu
2009-11-24
fix weird all.bash failures by running deps.bash before make clean runs in pk...
Rob Pike
2009-11-24
make.bash: clear CDPATH to avoid output from cd
Russ Cox
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-19
build Make.deps during make.bash instead
Russ Cox
2009-11-14
Build changes to support work on the BSDs.
Devon H. O'Dell
2009-11-11
make.bash: detect and warn about SELinux policy that crashes us.
Adam Langley
2009-11-11
Revert make.bash which slipped into the previous revision.
Adam Langley
2009-11-11
Reland a112249da741, this time with missing file.
Adam Langley
2009-11-10
make.bash: check $PATH indirectly via which quietgcc
Russ Cox
2009-11-10
sanity check environment variables better.
Russ Cox
2009-11-10
test for invalid $GOBIN setting before trying to build
Russ Cox
2009-11-05
new command hgpatch, for use by codereview extension
Russ Cox
2009-11-03
add goyacc to the build
Rob Pike
2009-11-01
Use the environment variable CC as the bootstrap compiler used
Ian Lance Taylor
2009-10-22
fix build after Mercurial move.
Russ Cox
2009-10-09
fix nacl build
Russ Cox
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
2009-08-14
rename libmach_amd64 libmach
Rob Pike
2009-08-12
new included Make.pkg for handwritten package makefiles.
Russ Cox
2009-07-28
Support use of $GOBINDIR to override $HOME/bin
Phil Pennock
2009-07-13
ebnflint command
Robert Griesemer
2009-06-22
set -e does not apply to ( ) blocks,
Russ Cox
2009-06-16
- install gofmt in src/cmd/gofmt
Robert Griesemer
2009-06-16
fix build
Robert Griesemer
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
[prev]
[next]