blob: 14e2f5565aebaabeeef51566b985a1c2677e928d [file] [log] [blame]
Anthony Martin38590322012-05-01 22:32:46 -07001#!/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 Martinf08acae2013-02-26 09:25:46 -08006rfork n
7
Anthony Martin38590322012-05-01 22:32:46 -07008if(! 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 Kumar046e0352013-02-23 00:22:39 +010014bind -b $GOROOT/bin /bin
Anthony Martin38590322012-05-01 22:32:46 -070015./run.rc --no-rebuild
16$GOTOOLDIR/dist banner # print build info