[opengtl-commits] [649] make bootstrap update the directory |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 649
Author: cyrille
Date: 2009-03-17 16:19:55 +0100 (Tue, 17 Mar 2009)
Log Message:
-----------
make bootstrap update the directory
Modified Paths:
--------------
trunk/Scripts/bootstrap.sh
Added Paths:
-----------
trunk/Scripts/bootstrap-step2.sh
Copied: trunk/Scripts/bootstrap-step2.sh (from rev 648, trunk/Scripts/bootstrap.sh)
===================================================================
--- trunk/Scripts/bootstrap-step2.sh (rev 0)
+++ trunk/Scripts/bootstrap-step2.sh 2009-03-17 15:19:55 UTC (rev 649)
@@ -0,0 +1,12 @@
+mkdir src
+cd src
+mkdir opengtl
+cd opengtl
+svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/OpenGTL src
+svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/Scripts
+svn co svn+ssh://diwi.org/home/cyrille/svnroot/trunk/opengtl/tests-data
+cd ..
+wget http://www.llvm.org/releases/2.4/llvm-2.4.tar.gz
+tar -xzf llvm-2.4.tar.gz
+cd llvm-2.4
+echo "Run ./configure --prefix=/home/cyrille/usr"
\ No newline at end of file
Modified: trunk/Scripts/bootstrap.sh
===================================================================
--- trunk/Scripts/bootstrap.sh 2009-03-17 15:17:51 UTC (rev 648)
+++ trunk/Scripts/bootstrap.sh 2009-03-17 15:19:55 UTC (rev 649)
@@ -1,12 +1,2 @@
-mkdir src
-cd src
-mkdir opengtl
-cd opengtl
-svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/OpenGTL src
-svn co svn+ssh://cyrille@xxxxxxxxxxxxxxxxx/svnroot/opengtl/opengtl/trunk/Scripts
-svn co svn+ssh://diwi.org/home/cyrille/svnroot/trunk/opengtl/tests-data
-cd ..
-wget http://www.llvm.org/releases/2.4/llvm-2.4.tar.gz
-tar -xzf llvm-2.4.tar.gz
-cd llvm-2.4
-echo "Run ./configure --prefix=/home/cyrille/usr"
\ No newline at end of file
+svn up
+sh bootstrap-step2.sh