Anthony Martin | 3859032 | 2012-05-01 22:32:46 -0700 | [diff] [blame] | 1 | #!/bin/rc -e |
| 2 | # Copyright 2012 The Go Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style |
| 4 | # license that can be found in the LICENSE file. |
| 5 | |
Anthony Martin | f08acae | 2013-02-26 09:25:46 -0800 | [diff] [blame] | 6 | rfork n |
| 7 | |
Anthony Martin | 3859032 | 2012-05-01 22:32:46 -0700 | [diff] [blame] | 8 | if(! test -f make.rc){ |
| 9 | echo 'all.rc must be run from $GOROOT/src' >[1=2] |
| 10 | exit wrongdir |
| 11 | } |
| 12 | |
| 13 | . ./make.rc --no-banner |
Akshat Kumar | 046e035 | 2013-02-23 00:22:39 +0100 | [diff] [blame] | 14 | bind -b $GOROOT/bin /bin |
Anthony Martin | 3859032 | 2012-05-01 22:32:46 -0700 | [diff] [blame] | 15 | ./run.rc --no-rebuild |
| 16 | $GOTOOLDIR/dist banner # print build info |