summaryrefslogtreecommitdiff
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
committerDevon H. O'Dell <devon.odell@gmail.com>2009-12-11 12:48:55 -0800
commit1c657ed0a46fd6a9c7024095ecdcd50dab69816d (patch)
treef4de7fa429ec0cdbd0b4b1ae23929f40d24476b6 /src/all.bash
parentd6f38fab43ba1b00431336d20b633fcf2daa5f3f (diff)
downloadgo-1c657ed0a46fd6a9c7024095ecdcd50dab69816d.tar.gz
Add a Makefile in place of all.bash. Update docs to reflect
this change. R=rsc CC=golang-dev http://codereview.appspot.com/171048 Committer: Russ Cox <rsc@golang.org>
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 67c19cd43..8074c571a 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