Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Side by Side Diff: src/all.rc

Issue 7389049: code review 7389049: build: do not set GOBIN on Plan 9 (Closed)
Patch Set: diff -r b2cf2bf50e1f https://code.google.com/p/go/ Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/cmd/dist/plan9.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/rc -e 1 #!/bin/rc -e
2 # Copyright 2012 The Go Authors. All rights reserved. 2 # Copyright 2012 The Go Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style 3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file. 4 # license that can be found in the LICENSE file.
5 5
6 rfork n
7
6 if(! test -f make.rc){ 8 if(! test -f make.rc){
7 echo 'all.rc must be run from $GOROOT/src' >[1=2] 9 echo 'all.rc must be run from $GOROOT/src' >[1=2]
8 exit wrongdir 10 exit wrongdir
9 } 11 }
10 12
11 . ./make.rc --no-banner 13 . ./make.rc --no-banner
12 bind -b $GOROOT/bin /bin 14 bind -b $GOROOT/bin /bin
13 ./run.rc --no-rebuild 15 ./run.rc --no-rebuild
14 $GOTOOLDIR/dist banner # print build info 16 $GOTOOLDIR/dist banner # print build info
OLDNEW
« no previous file with comments | « no previous file | src/cmd/dist/plan9.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b