Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-01-30 04:30:39 +0300
committerRob Landley <rob@landley.net>2006-01-30 04:30:39 +0300
commitf8fd4db92f5626ef0065f5838fad42ad0fd0b362 (patch)
tree7a894633a6e3e0fd48f32f6fc1eb9596b01477ee /Config.in
parentdd53c24d412c304e19ba64c7a9cb26dd1068bcd0 (diff)
Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu?
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in25
1 files changed, 8 insertions, 17 deletions
diff --git a/Config.in b/Config.in
index 1b87c1251..204821091 100644
--- a/Config.in
+++ b/Config.in
@@ -251,23 +251,6 @@ config CONFIG_BUILD_AT_ONCE
Say 'N' unless you know what you are doing.
-config CONFIG_FEATURE_SUSv2
- bool "Enable features that are in SuSv2 but not SuSv3?"
- default y
- help
- This option will enable backwards compatability with SuSv2,
- specifically, numeric options such as 'head -1 <file>' will be
- supported.
-
-config CONFIG_FEATURE_SUSv2_OBSOLETE
- bool "Enable features that are obsolete in SuSv2"
- depends on CONFIG_FEATURE_SUSv2
- default y
- help
- Enable pre- SuSv2 features which are deprecated in SuSv2 and
- above.
- Disables support for e.g. numeric arguments in fold.
-
endmenu
menu 'Installation Options'
@@ -389,5 +372,13 @@ config CONFIG_EFENCE
endchoice
+config CONFIG_DEBUG_YANK_SUSv2
+ bool "Disable obsolete features removed before SUSv3?"
+ default y
+ help
+ This option will disable backwards compatability with SuSv2,
+ specifically, old-style numeric options ('command -1 <file>')
+ will not be supported in head, tail, and fold. (Note: should
+ yank from renice too.)
endmenu