Revision: 11657
          http://xorp.svn.sourceforge.net/xorp/?rev=11657&view=rev
Author:   bms_fbsd
Date:     2009-12-03 20:41:25 +0000 (Thu, 03 Dec 2009)

Log Message:
-----------
Capitalize help messages.

Modified Paths:
--------------
    trunk/xorp/SConstruct

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct       2009-12-03 20:37:54 UTC (rev 11656)
+++ trunk/xorp/SConstruct       2009-12-03 20:41:25 UTC (rev 11657)
@@ -55,8 +55,8 @@
 vars = Variables()
 
 vars.AddVariables(
-    BoolVariable('shared', 'build with shared libraries', True),
-    BoolVariable('strip',  'strip executables and libraries when installed', 
False),
+    BoolVariable('shared', 'Build with shared libraries', True),
+    BoolVariable('strip',  'Strip all installed binaries', False),
     BoolVariable('rtld_origin', 'Use ORIGIN in dynamically linked programs', 
True),
     BoolVariable('ignore_check_errors', 'Ignore errors when building tests', 
False),
     BoolVariable('debug_stl',  'Build with checked STL operations', False),


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
Xorp-cvs mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs

Reply via email to