summaryrefslogtreecommitdiff
path: root/src/make.bash
Commit message (Expand)AuthorAgeFilesLines
...
* build: diagnose Ubuntu's buggy copy of goldRuss Cox2011-03-181-0/+11
* build: convert src/cmd to use make directly and simplify src/make.bashDave Cheney2011-03-011-18/+2
* build: remove unused nacl conditional from make.bashDave Cheney2011-02-241-23/+18
* make.bash: stricter selinux testRuss Cox2011-01-251-1/+1
* build: add a few missing --no-print-directoryRuss Cox2010-12-131-1/+1
* fix build: more libcgo referencesRuss Cox2010-12-081-1/+1
* build: only print "You need to add foo to PATH" when neededAndrew Gerrand2010-10-251-1/+1
* build: create bin and pkg directories as needed; drop from hgRuss Cox2010-09-021-0/+6
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-3/+3
* build: let pkg/Makefile coordinate building of Go commandsRuss Cox2010-08-251-1/+2
* build: fix build again - not sure where the " went. sigh.Russ Cox2010-08-241-1/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-2/+6
* build: no required environment variablesRuss Cox2010-08-181-10/+35
* Build libcgo.so with $(CC), not the gcc on PATH.Ian Lance Taylor2010-07-151-0/+1
* build; allow MAKEFLAGS to be set outside the build scriptsChristopher Wedgwood2010-05-151-1/+2
* build script tweaksRuss Cox2010-03-311-38/+1
* goinstall: an experiment in (external) package installationRuss Cox2010-03-041-1/+1
* arm: toss make-arm.bashRuss Cox2010-02-031-2/+2
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-19/+21
* make Native Client support build again,Russ Cox2009-12-041-1/+1
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-301-2/+2
* fix weird all.bash failures by running deps.bash before make clean runs in pk...Rob Pike2009-11-241-3/+6
* make.bash: clear CDPATH to avoid output from cdRuss Cox2009-11-241-0/+2
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-8/+8
* build Make.deps during make.bash insteadRuss Cox2009-11-191-0/+4
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-3/+11
* make.bash: detect and warn about SELinux policy that crashes us.Adam Langley2009-11-111-0/+16
* Revert make.bash which slipped into the previous revision.Adam Langley2009-11-111-13/+0
* Reland a112249da741, this time with missing file.Adam Langley2009-11-111-0/+13
* make.bash: check $PATH indirectly via which quietgccRuss Cox2009-11-101-3/+8
* sanity check environment variables better.Russ Cox2009-11-101-0/+17
* test for invalid $GOBIN setting before trying to buildRuss Cox2009-11-101-0/+7
* new command hgpatch, for use by codereview extensionRuss Cox2009-11-051-1/+1
* add goyacc to the buildRob Pike2009-11-031-1/+1
* Use the environment variable CC as the bootstrap compiler usedIan Lance Taylor2009-11-011-1/+2
* fix build after Mercurial move.Russ Cox2009-10-221-1/+1
* fix nacl buildRuss Cox2009-10-091-15/+20
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-1/+1
* rename libmach_amd64 libmachRob Pike2009-08-141-1/+1
* new included Make.pkg for handwritten package makefiles.Russ Cox2009-08-121-1/+1
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-3/+4
* ebnflint commandRobert Griesemer2009-07-131-1/+1
* set -e does not apply to ( ) blocks,Russ Cox2009-06-221-11/+17
* - install gofmt in src/cmd/gofmtRobert Griesemer2009-06-161-1/+1
* fix buildRobert Griesemer2009-06-161-4/+3
* mv src/lib to src/pkgRob Pike2009-06-091-1/+1
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-1/+1
* rewrite gobuild in go.Russ Cox2009-04-161-1/+1
* convert lib to a Makefile,Russ Cox2008-11-211-1/+1
* avoid problem overwriting read-only quietgccRuss Cox2008-11-191-0/+1