aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
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