]> Cypherpunks.ru repositories - gostls13.git/blob - src/all.rc
build: dist-based build for Plan 9
[gostls13.git] / src / all.rc
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
6 if(! test -f make.rc){
7         echo 'all.rc must be run from $GOROOT/src' >[1=2]
8         exit wrongdir
9 }
10
11 . ./make.rc --no-banner
12 ./run.rc --no-rebuild
13 $GOTOOLDIR/dist banner  # print build info