aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
2012-03-20build: do more during windows buildAlex Brainman
2012-03-13build: update comment about GO_LDFLAGS.David Symonds
2012-03-13build: build correct cmd/dist matching GOHOSTARCHShenghou Ma
2012-03-07make.bash: fix old buildsRuss Cox
2012-03-02build: add GO_ prefix to LDFLAGS and GCFLAGSGustavo Niemeyer
2012-03-01cmd/go: fixesRuss Cox
2012-02-15build: add make.bash --no-clean optionRuss Cox
2012-02-15build: create the correct $GOTOOLDIR.David Symonds
2012-02-13build: set $PATH during make.bashRuss Cox
2012-02-13cmd/dist: cross-compiling fixesRuss Cox
2012-02-12build: reject make.bash on WindowsRuss Cox
2012-02-09cmd/dist: fix GOROOT_FINALGustavo Niemeyer
2012-02-06build: add make.bash --dist-toolRuss Cox
2012-02-04cmd/dist: fix buildRuss Cox
2012-02-04build: use cmd/distRuss Cox
2012-02-02build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox
2012-01-31build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-30make.bash: don't remove hgpatchRob Pike
2012-01-29cmd/go: first piece of tool rearrangementRob Pike
2012-01-23cmd/go: implement go get + bug fixesRuss Cox
2012-01-19doc: update out-of-date comments about runtime/cgoShenghou Ma
2012-01-17buildscripts: move to buildscript directoryShenghou Ma
2012-01-09cmd/go: add -v flag to build and installRuss Cox
2012-01-05make.bash: remove old dregsAlex Brainman
2011-12-21build: fixes for WindowsRuss Cox
2011-12-21cmd/go: many improvementsRuss Cox
2011-12-20build: fix for freebsd, openbsdRuss Cox
2011-12-20build: use go command during buildRuss Cox
2011-12-19runtime: separate out auto-generated files, take 2Russ Cox
2011-12-16runtime: hg revert -r 6ec0a5c12d75Russ Cox
2011-12-16runtime: separate out auto-generated filesRuss Cox
2011-11-11build: fix check for selinux's allow_execstack on Fedora 16Bobby Powers
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