From: Alex Brainman Date: Thu, 5 Jan 2012 03:17:32 +0000 (+1100) Subject: make.bash: remove old dregs X-Git-Tag: weekly.2012-01-15~150 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b682da32b3bd649bca305f3c8709593d27fd05a3;p=gostls13.git make.bash: remove old dregs R=golang-dev, iant CC=golang-dev https://golang.org/cl/5522043 --- diff --git a/src/make.bash b/src/make.bash index 70beb47c0b..10eaade539 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