summaryrefslogtreecommitdiff
path: root/src/clean.bash
Commit message (Expand)AuthorAgeFilesLines
* build: in clean.bash, look for 'go' in GOROOT/bin instead of GOBINNikson Kanti Paul2020-02-261-1/+1
* build: clean current tree in clean.bashRuss Cox2015-08-051-6/+11
* build: fix clean scriptsShenghou Ma2015-06-181-1/+2
* build: fix clean.bashMikio Hara2012-02-151-4/+5
* build: use cmd/distRuss Cox2012-02-041-28/+5
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-6/+13
* test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox2011-12-151-1/+1
* test/garbage: move to test/bench/garbageRuss Cox2011-12-131-1/+1
* fix build, sorryRuss Cox2011-12-131-1/+1
* Housekeeping: Cleaning up the clean-up process.Lucio De Re2011-12-111-0/+2
* build: reenable clean.bash without gomakeGustavo Niemeyer2011-03-211-1/+2
* runtime: scheduler, cgo reorganizationRuss Cox2011-03-071-0/+1
* build: simplify clean.bashDave Cheney2011-03-021-8/+3
* build: allow clean.bash to work on fresh checkoutRuss Cox2011-02-041-2/+2
* fix build: more libcgo referencesRuss Cox2010-12-081-1/+1
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-1/+1
* clean.bash: fix standalone runsChristopher Wedgwood2010-08-191-11/+6
* misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand2010-07-301-1/+3
* build: clean.bash to check that GOOS and GOARCH are setAndrew Gerrand2010-07-221-0/+8
* add simple garbage collector benchmarks to dashboardRuss Cox2010-02-091-1/+1
* clean.bash: stop if $GOROOT is not setChristopher Wedgwood2009-12-131-0/+7
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-2/+4
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* Build changes to support work on the BSDs.Devon H. O'Dell2009-11-141-2/+2
* misc cleanupRuss Cox2009-11-011-1/+0
* fix build after Mercurial move.Russ Cox2009-10-221-1/+1
* Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds2009-10-201-1/+1
* fix build:Russ Cox2009-10-141-2/+2
* Only clean the relevant installed files, not everything. ThisIan Lance Taylor2009-10-081-2/+2
* clean moreRuss Cox2009-10-031-9/+9
* rename libmach_amd64 libmachRob Pike2009-08-141-1/+1
* mv src/lib to src/pkgRob Pike2009-06-091-1/+1
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-1/+1
* clear out pkg tree in clean.bash.Russ Cox2009-05-201-1/+1
* fix build:Russ Cox2009-03-241-0/+1
* add hash to build; rm pkg/* in clean.bashRuss Cox2008-11-241-0/+1
* convert lib to a Makefile,Russ Cox2008-11-211-1/+1
* move src/syscall to src/lib/syscall.Russ Cox2008-09-261-1/+1
* add gobuild.Russ Cox2008-09-191-9/+8
* make Makefiles safe for parallel makeRuss Cox2008-09-181-1/+1
* include syscall in default buildRob Pike2008-08-071-1/+1
* build packages automaticallyRob Pike2008-07-091-1/+1
* plan9 line numbers and line tableKen Thompson2008-06-131-1/+1
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-0/+18