mirror of https://github.com/golang/go.git
make all.bash finish on FreeBSD
R=dho CC=golang-dev https://golang.org/cl/156067
This commit is contained in:
parent
b3f538a4fd
commit
43bcf47912
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Copyright 2009 The Go Authors. All rights reserved.
|
# Copyright 2009 The Go Authors. All rights reserved.
|
||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@
|
||||||
# Use of this source code is governed by a BSD-style
|
# Use of this source code is governed by a BSD-style
|
||||||
# license that can be found in the LICENSE file.
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
if [ "$(uname)" = "FreeBSD" ]; then exit 0; fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
gomake hello fib chain
|
gomake hello fib chain
|
||||||
echo '*' hello >run.out
|
echo '*' hello >run.out
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue