aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
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
2009-04-16rewrite gobuild in go.Russ Cox
2008-11-21convert lib to a Makefile,Russ Cox
2008-11-19avoid problem overwriting read-only quietgccRuss Cox
2008-11-19build with warnings enabled.Russ Cox
2008-11-18add build step to install debuggers setgid procmod.Russ Cox
2008-10-08check $GOROOT before diving into buildRuss Cox
2008-09-26move src/syscall to src/lib/syscall.Russ Cox
2008-09-19add gobuild.Russ Cox
2008-09-18make Makefiles safe for parallel makeRuss Cox
2008-09-11add lib/os to standard buildRob Pike
2008-08-07include syscall in default buildRob Pike
2008-07-09build packages automaticallyRob Pike
2008-06-13support symbol tables and line numbers in 6.out executablesRob Pike
2008-06-12Add 6dbRob Pike
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike
2008-06-11add a setup document, and tweak the scripts that it mentionsRob Pike