summaryrefslogtreecommitdiff
path: root/src/make.rc
Commit message (Collapse)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+3
| | | | | | | | | This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
* build: fix make.rc on Plan 9David du Colombier2013-05-241-0/+2
| | | | | | | | | | | | | Set $status as null to prevent rc from exiting on the last --no-banner argument checking when used with rc -e. It allows all.rc to not exit before executing run.rc R=golang-dev, lucio.dere, rsc CC=golang-dev https://codereview.appspot.com/9611045 Committer: Rob Pike <r@golang.org>
* build: do not set GOBIN on Plan 9Anthony Martin2013-02-261-7/+13
| | | | | | | | | Also, I synced the rc files with changes that have been made to make.bash, etc. R=seed, rminnich, r CC=golang-dev https://codereview.appspot.com/7389049
* build: dist-based build for Plan 9Anthony Martin2012-05-011-0/+91
R=rsc, iant, iant, seed CC=golang-dev http://codereview.appspot.com/5608059