mirror of
https://github.com/golang/go
synced 2024-11-22 04:24:39 -07:00
make.bash: remove old dregs
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5522043
This commit is contained in:
parent
2693232f16
commit
b682da32b3
@ -47,9 +47,6 @@ rm -f "$GOBIN"/gomake
|
|||||||
) >"$GOBIN"/gomake
|
) >"$GOBIN"/gomake
|
||||||
chmod +x "$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,
|
# on Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux,
|
||||||
# so loop through the possible selinux mount points
|
# so loop through the possible selinux mount points
|
||||||
for se_mount in /selinux /sys/fs/selinux
|
for se_mount in /selinux /sys/fs/selinux
|
||||||
|
Loading…
Reference in New Issue
Block a user