diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-15 15:04:53 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-15 15:04:53 +0000 |
commit | 0e247e78577444e11ba00ae15c8648373487a78e (patch) | |
tree | 1fd316f60ead6a1e04b8927bb0c9669190494891 /Config.in | |
parent | dc9db5ad14e7710fa268a350281bf70eff6a5603 (diff) | |
download | busybox-w32-0e247e78577444e11ba00ae15c8648373487a78e.tar.gz busybox-w32-0e247e78577444e11ba00ae15c8648373487a78e.tar.bz2 busybox-w32-0e247e78577444e11ba00ae15c8648373487a78e.zip |
Help text update for libbb, talking about make standalone.
git-svn-id: svn://busybox.net/trunk/busybox@15392 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -239,11 +239,15 @@ config CONFIG_STATIC | |||
239 | config CONFIG_BUILD_LIBBUSYBOX | 239 | config CONFIG_BUILD_LIBBUSYBOX |
240 | bool "Build shared libbusybox" | 240 | bool "Build shared libbusybox" |
241 | default n | 241 | default n |
242 | default y if CONFIG_STANDALONE | ||
243 | help | 242 | help |
244 | Build a shared library libbusybox.so which contains all | 243 | Build a shared library libbusybox.so which contains all |
245 | libraries used inside busybox. | 244 | libraries used inside busybox. |
246 | 245 | ||
246 | This is an experimental feature intended to support the upcoming | ||
247 | "make standalone" mode. Enabling it against the one big busybox | ||
248 | binary serves no purpose (and increases the size). You should | ||
249 | almost certainly say "no" to this right now. | ||
250 | |||
247 | config CONFIG_FEATURE_FULL_LIBBUSYBOX | 251 | config CONFIG_FEATURE_FULL_LIBBUSYBOX |
248 | bool "Feature-complete libbusybox" | 252 | bool "Feature-complete libbusybox" |
249 | default n if !CONFIG_FEATURE_SHARED_BUSYBOX | 253 | default n if !CONFIG_FEATURE_SHARED_BUSYBOX |