svn commit: trunk/busybox

landley at busybox.net landley at busybox.net
Thu Jun 15 15:04:54 UTC 2006


Author: landley
Date: 2006-06-15 08:04:53 -0700 (Thu, 15 Jun 2006)
New Revision: 15392

Log:
Help text update for libbb, talking about make standalone.


Modified:
   trunk/busybox/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-06-15 14:09:25 UTC (rev 15391)
+++ trunk/busybox/Config.in	2006-06-15 15:04:53 UTC (rev 15392)
@@ -239,11 +239,15 @@
 config CONFIG_BUILD_LIBBUSYBOX
 	bool "Build shared libbusybox"
 	default n
-	default y if CONFIG_STANDALONE
 	help
 	  Build a shared library libbusybox.so which contains all
 	  libraries used inside busybox.
 
+	  This is an experimental feature intended to support the upcoming
+	  "make standalone" mode.  Enabling it against the one big busybox
+	  binary serves no purpose (and increases the size).  You should
+	  almost certainly say "no" to this right now.
+
 config CONFIG_FEATURE_FULL_LIBBUSYBOX
 	bool "Feature-complete libbusybox"
 	default n if !CONFIG_FEATURE_SHARED_BUSYBOX




More information about the busybox-cvs mailing list