tweaks
authorJean-Claude Wippler <jcw@equi4.com>
Fri, 6 Apr 2007 09:49:18 +0000 (09:49 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Fri, 6 Apr 2007 09:49:18 +0000 (09:49 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1412 9e558909-932a-0410-a563-af77432da1eb

README
config.sh

diff --git a/README b/README
index 7406fefd005584e9d941c21883eb13589966598e..8b7d9b026f66927e72ed10731906b530d5062026 100644 (file)
--- a/README
+++ b/README
@@ -49,6 +49,7 @@ These instructions are for a Unix-type system and do a build using CVS sources:
 
     cvs -d :pserver:anonymous@equi4.com:/home/cvs co kitgen
     cd kitgen
+    make tars
     make small
     
 That's it.  This produces two executables in `8.4/kit-small/`:
@@ -60,6 +61,7 @@ Or, to build a threaded Tcl/Tk 8.5 build with all encodings and more included:
 
     cvs -d :pserver:anonymous@equi4.com:/home/cvs co kitgen
     cd kitgen
+    make tars
     make large
     
 In this case a third executable is also produced:
index d0b8773595b4d97af07733c3ad1a7828a706d44e..5ecdcb9492a3cf2c24c89113df110f2b644093c4 100755 (executable)
--- a/config.sh
+++ b/config.sh
@@ -28,7 +28,7 @@ make=$path/Makefile
 mach=`uname`
 plat=unix
 
-echo "Configuring $make for $mach." >&2
+echo "Configuring $make for $mach."
 mkdir -p $path
 
 case $cli-$dyn-$gui in 0-0-0) cli=1 dyn=1 gui=1 ;; esac