aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
2011-10-14build: stop on failed deps.bashRuss Cox
2011-10-13make.bash: more robustly detect gold 2.20Christopher Wedgwood
2011-05-04make.bash: remove old bash version of gotest on WindowsAlex Brainman
2011-03-18build: diagnose Ubuntu's buggy copy of goldRuss Cox
2011-03-01build: convert src/cmd to use make directly and simplify src/make.bashDave Cheney
2011-02-24build: remove unused nacl conditional from make.bashDave Cheney
2011-01-25make.bash: stricter selinux testRuss Cox
2010-12-13build: add a few missing --no-print-directoryRuss Cox
2010-12-08fix build: more libcgo referencesRuss Cox
2010-10-25build: only print "You need to add foo to PATH" when neededAndrew Gerrand
2010-09-02build: create bin and pkg directories as needed; drop from hgRuss Cox
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-25build: let pkg/Makefile coordinate building of Go commandsRuss Cox
2010-08-24build: fix build again - not sure where the " went. sigh.Russ Cox
2010-08-24build: $GOBIN defaults to $GOROOT/binRuss Cox
2010-08-18build: no required environment variablesRuss Cox
2010-07-15Build libcgo.so with $(CC), not the gcc on PATH.Ian Lance Taylor
2010-05-15build; allow MAKEFLAGS to be set outside the build scriptsChristopher Wedgwood
2010-03-31build script tweaksRuss Cox
2010-03-04goinstall: an experiment in (external) package installationRuss Cox
2010-02-03arm: toss make-arm.bashRuss Cox
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-12-04make Native Client support build again,Russ Cox
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu
2009-11-24fix weird all.bash failures by running deps.bash before make clean runs in pk...Rob Pike
2009-11-24make.bash: clear CDPATH to avoid output from cdRuss Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-19build Make.deps during make.bash insteadRuss Cox
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-11make.bash: detect and warn about SELinux policy that crashes us.Adam Langley
2009-11-11Revert make.bash which slipped into the previous revision.Adam Langley
2009-11-11Reland a112249da741, this time with missing file.Adam Langley
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox
2009-11-10sanity check environment variables better.Russ Cox
2009-11-10test for invalid $GOBIN setting before trying to buildRuss Cox
2009-11-05new command hgpatch, for use by codereview extensionRuss Cox
2009-11-03add goyacc to the buildRob Pike
2009-11-01Use the environment variable CC as the bootstrap compiler usedIan Lance Taylor
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-09fix nacl buildRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-08-12new included Make.pkg for handwritten package makefiles.Russ Cox
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock
2009-07-13ebnflint commandRobert Griesemer
2009-06-22set -e does not apply to ( ) blocks,Russ Cox
2009-06-16- install gofmt in src/cmd/gofmtRobert Griesemer
2009-06-16fix buildRobert Griesemer
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox