aboutsummaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-12-11 12:48:55 -0800
committerRuss Cox <rsc@golang.org>2009-12-11 12:48:55 -0800
commitddde7f6625318ce22b27ff729d8bdc527fcc16ff (patch)
tree9bd518478ff9592eabc88fbf8105d2cc93825b87 /src/all.bash
parent7835b7994ee1c434e9e45d9b7b464ffbc4f77362 (diff)
downloadgo-ddde7f6625318ce22b27ff729d8bdc527fcc16ff.tar.gz
go-ddde7f6625318ce22b27ff729d8bdc527fcc16ff.zip
Add a Makefile in place of all.bash. Update docs to reflect
this change. R=rsc CC=golang-dev https://golang.org/cl/171048
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/all.bash b/src/all.bash
index 67c19cd43f..8074c571a9 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -1,8 +1,3 @@
-#!/usr/bin/env bash
-# Copyright 2009 The Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
+#!/bin/sh
+exec make all
-set -e
-bash make.bash
-bash run.bash