diff options
author | Alex Brainman <alex.brainman@gmail.com> | 2012-01-05 14:17:32 +1100 |
---|---|---|
committer | Alex Brainman <alex.brainman@gmail.com> | 2012-01-05 14:17:32 +1100 |
commit | 26037c20dd22a14799ba036a6dc255c6d5038c52 (patch) | |
tree | 7ee341241976bcda7b4dba4d0ea1d5fcbc25ba9f | |
parent | f2de8d67f486254d1c0bb419b53e2e464403e51d (diff) | |
download | go-26037c20dd22a14799ba036a6dc255c6d5038c52.tar.gz |
make.bash: remove old dregs
R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/5522043
-rwxr-xr-x | src/make.bash | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/make.bash b/src/make.bash index 70beb47c0..10eaade53 100755 --- a/src/make.bash +++ b/src/make.bash @@ -47,9 +47,6 @@ rm -f "$GOBIN"/gomake ) >"$GOBIN"/gomake chmod +x "$GOBIN"/gomake -# TODO(brainman): delete this after 01/01/2012. -rm -f "$GOBIN"/gotest # remove old bash version of gotest on Windows - # on Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux, # so loop through the possible selinux mount points for se_mount in /selinux /sys/fs/selinux |