summaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-2/+12
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+9
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-3/+16
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-83/+110
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+110
2011-09-13Imported Upstream version 60Ondřej Surý1-110/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+3
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+11
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-23/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-14/+51
2010-05-15build; allow MAKEFLAGS to be set outside the build scriptsChristopher Wedgwood1-1/+2
2010-03-31build script tweaksRuss Cox1-38/+1
2010-03-04goinstall: an experiment in (external) package installationRuss Cox1-1/+1
2010-02-03arm: toss make-arm.bashRuss Cox1-2/+2
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-19/+21
2009-12-04make Native Client support build again,Russ Cox1-1/+1
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-2/+2
2009-11-24fix weird all.bash failures by running deps.bash before make clean runs in pk...Rob Pike1-3/+6
2009-11-24make.bash: clear CDPATH to avoid output from cdRuss Cox1-0/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-8/+8
2009-11-19build Make.deps during make.bash insteadRuss Cox1-0/+4
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-3/+11
2009-11-11make.bash: detect and warn about SELinux policy that crashes us.Adam Langley1-0/+16
2009-11-11Revert make.bash which slipped into the previous revision.Adam Langley1-13/+0
2009-11-11Reland a112249da741, this time with missing file.Adam Langley1-0/+13
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox1-3/+8
2009-11-10sanity check environment variables better.Russ Cox1-0/+17
2009-11-10test for invalid $GOBIN setting before trying to buildRuss Cox1-0/+7
2009-11-05new command hgpatch, for use by codereview extensionRuss Cox1-1/+1
2009-11-03add goyacc to the buildRob Pike1-1/+1
2009-11-01Use the environment variable CC as the bootstrap compiler usedIan Lance Taylor1-1/+2
2009-10-22fix build after Mercurial move.Russ Cox1-1/+1
2009-10-09fix nacl buildRuss Cox1-15/+20
2009-10-038c, 8l dynamic loading support.Russ Cox1-1/+1
2009-08-14rename libmach_amd64 libmachRob Pike1-1/+1
2009-08-12new included Make.pkg for handwritten package makefiles.Russ Cox1-1/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-3/+4
2009-07-13ebnflint commandRobert Griesemer1-1/+1
2009-06-22set -e does not apply to ( ) blocks,Russ Cox1-11/+17
2009-06-16- install gofmt in src/cmd/gofmtRobert Griesemer1-1/+1
2009-06-16fix buildRobert Griesemer1-4/+3
2009-06-09mv src/lib to src/pkgRob Pike1-1/+1
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-1/+1
2009-04-16rewrite gobuild in go.Russ Cox1-1/+1
2008-11-21convert lib to a Makefile,Russ Cox1-1/+1
2008-11-19avoid problem overwriting read-only quietgccRuss Cox1-0/+1
2008-11-19build with warnings enabled.Russ Cox1-0/+3
2008-11-18add build step to install debuggers setgid procmod.Russ Cox1-0/+6
2008-10-08check $GOROOT before diving into buildRuss Cox1-0/+6