aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
AgeCommit message (Expand)Author
2020-02-26build: in clean.bash, look for 'go' in GOROOT/bin instead of GOBINNikson Kanti Paul
2015-08-05build: clean current tree in clean.bashRuss Cox
2015-06-18build: fix clean scriptsShenghou Ma
2012-02-15build: fix clean.bashMikio Hara
2012-02-04build: use cmd/distRuss Cox
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2011-12-15test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox
2011-12-13test/garbage: move to test/bench/garbageRuss Cox
2011-12-13fix build, sorryRuss Cox
2011-12-11Housekeeping: Cleaning up the clean-up process.Lucio De Re
2011-03-21build: reenable clean.bash without gomakeGustavo Niemeyer
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-03-02build: simplify clean.bashDave Cheney
2011-02-04build: allow clean.bash to work on fresh checkoutRuss Cox
2010-12-08fix build: more libcgo referencesRuss Cox
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-19clean.bash: fix standalone runsChristopher Wedgwood
2010-07-30misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand
2010-07-22build: clean.bash to check that GOOS and GOARCH are setAndrew Gerrand
2010-02-09add simple garbage collector benchmarks to dashboardRuss Cox
2009-12-13clean.bash: stop if $GOROOT is not setChristopher Wedgwood
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell
2009-11-01misc cleanupRuss Cox
2009-10-22fix build after Mercurial move.Russ Cox
2009-10-20Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds
2009-10-14fix build:Russ Cox
2009-10-08Only clean the relevant installed files, not everything. ThisIan Lance Taylor
2009-10-03clean moreRuss Cox
2009-08-14rename libmach_amd64 libmachRob Pike
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-05-20clear out pkg tree in clean.bash.Russ Cox
2009-03-24fix build:Russ Cox
2008-11-24add hash to build; rm pkg/* in clean.bashRuss Cox
2008-11-21convert lib to a Makefile,Russ 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-08-07include syscall in default buildRob Pike
2008-07-09build packages automaticallyRob Pike
2008-06-13plan9 line numbers and line tableKen Thompson
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike