blob: 00110d2da9bcc9eaaf58e57a38fdf86820cf5b8c [file] [log] [blame]
Christopher Wedgwood34191d92010-01-25 00:09:46 -08001#!/usr/bin/env bash
2# Copyright 2009 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.
Russ Coxabb95512008-10-01 11:06:13 -07005
Christopher Wedgwood34191d92010-01-25 00:09:46 -08006set -e
Russ Coxda392d92010-08-18 10:08:49 -04007if [ ! -f make.bash ]; then
8 echo 'all.bash must be run from $GOROOT/src' 1>&2
9 exit 1
10fi
11. ./make.bash
Russ Coxaafe474e2010-08-24 20:00:33 -040012bash run.bash --no-env --no-rebuild
Russ Coxda392d92010-08-18 10:08:49 -040013installed # function defined by make.bash
14