[sword-svn] r2485 - in trunk: . utilities

scribe at crosswire.org scribe at crosswire.org
Sat Dec 5 00:24:16 MST 2009


Author: scribe
Date: 2009-12-05 00:24:16 -0700 (Sat, 05 Dec 2009)
New Revision: 2485

Modified:
   trunk/README
   trunk/usrinst.sh
   trunk/utilities/mkfastmod.cpp
Log:
Updated description of usrinst.sh and added a newline to mkfastmod util


Modified: trunk/README
===================================================================
--- trunk/README	2009-12-05 04:23:36 UTC (rev 2484)
+++ trunk/README	2009-12-05 07:24:16 UTC (rev 2485)
@@ -6,8 +6,8 @@
 
 UNIX DEVELOPERS
 		You can try a './configure' (or optionally './usrinst.sh'
-		for normal user configure options), then 'make' from this directory.
-		This should compile everthing needed.  You may type
+		for a useful development options configuration), then 'make' from
+		this directory.  This should compile everthing needed.  You may type
 		'./configure --help' to see a list of options.
 		If all compiles fine, a 'make install' (as root, probably) will
 		install libs to your system and you may begin using the library.

Modified: trunk/usrinst.sh
===================================================================
--- trunk/usrinst.sh	2009-12-05 04:23:36 UTC (rev 2484)
+++ trunk/usrinst.sh	2009-12-05 07:24:16 UTC (rev 2485)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #******************************************************************************
-# Convenience script specifying most common options to ./configure
+# Convenience script specifying most common development options to ./configure
 #
 # $Id$
 #

Modified: trunk/utilities/mkfastmod.cpp
===================================================================
--- trunk/utilities/mkfastmod.cpp	2009-12-05 04:23:36 UTC (rev 2484)
+++ trunk/utilities/mkfastmod.cpp	2009-12-05 07:24:16 UTC (rev 2485)
@@ -79,9 +79,10 @@
 	target->deleteSearchFramework();
 	printf("Building framework, please wait...\n");
 	char lineLen = 70;
-	printf("[0=================================50===============================100]\n ");
+	printf("[0=================================50==============================100]\n ");
 	char error = target->createSearchFramework(&percentUpdate, &lineLen);
 	if (error) {
 		fprintf(stderr, "%s: couldn't create search framework (permissions?)\n", *argv);
 	}
+	printf("\n");
 }




More information about the sword-cvs mailing list