]> git.sur5r.net Git - openocd/commitdiff
build: update bootstrap comments
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 19 Nov 2010 09:08:09 +0000 (09:08 +0000)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 19 Nov 2010 09:08:09 +0000 (09:08 +0000)
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
bootstrap

index 81c9804904efb3c128c4fd233202a67e73a05a0c..3452a315277f444a4f9ad7cd25405ecc920c178f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -28,14 +28,10 @@ automake --gnu --add-missing --copy
 # otherwise the documentation will fail to build due to missing version.texi
 echo "Bootstrap complete. Quick start build instructions:"
 echo "" 
-echo "1. Build Jim Tcl"
+echo "1. Fetch Jim Tcl"
 echo ""
 echo "git submodule init"
 echo "git submodule update"
-echo "cd jimtcl"
-echo "./configure --with-jim-ext=nvp"
-echo "make"
-echo "make install"
 echo ""
 echo "2. Configure"
 echo "./configure --enable-maintainer-mode ...."