Help text update for libbb, talking about make standalone.
authorRob Landley <rob@landley.net>
Thu, 15 Jun 2006 15:04:53 +0000 (15:04 -0000)
committerRob Landley <rob@landley.net>
Thu, 15 Jun 2006 15:04:53 +0000 (15:04 -0000)
Config.in

index d2c62b618f5ccdb6e666f176de61816b6b3cd8d8..1f5f265aef3ec20a6a7e786e750631da273f2a16 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -239,11 +239,15 @@ config CONFIG_STATIC
 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