[gogc] push by bytbox - deleted rebuild-goc.sh on 2010-08-20 22:06 GMT

0 views
Skip to first unread message

go...@googlecode.com

unread,
Aug 20, 2010, 6:09:18 PM8/20/10
to go...@googlegroups.com
Revision: d30ef35cfc
Author: Scott Lawrence <byt...@gmail.com>
Date: Wed Aug 18 00:19:08 2010
Log: deleted rebuild-goc.sh
http://code.google.com/p/gogc/source/detail?r=d30ef35cfc

Deleted:
/rebuild-goc.sh

=======================================
--- /rebuild-goc.sh Tue Mar 9 13:02:40 2010
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-export GOROOT=$HOME/go
-export GOARCH=amd64
-export GOOS=linux
-
-echo -n "Do you want to rebuild the go compiler? [y/N]:"
-read -n1 -s input
-echo ""
-if [ -z $input ] || test $input != "y" ; then
- echo "Negative. Exiting"
- exit -1
-fi
-
-# delete the old one
-rm -rf $GOROOT
-
-# rebuild
-hg clone -r release https://go.googlecode.com/hg/ $GOROOT
-cd $GOROOT/src
-./all.bash
-

Reply all
Reply to author
Forward
0 new messages