aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:45:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-24 22:45:04 +0000
commita2f47358eb5479d65510b0eb506d52435ca26c21 (patch)
treeb7d78a0c9b67c124d61e89231955273a24e69dd9 /coreutils
parent6d8112cc2442b5288d590ede7a4b7f845bcb6be4 (diff)
downloadbusybox-a2f47358eb5479d65510b0eb506d52435ca26c21.tar.gz
forgotten bit of rmdir long options support
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 3b3f7b333..e2072c843 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -488,6 +488,14 @@ config RMDIR
help
rmdir is used to remove empty directories.
+config FEATURE_RMDIR_LONG_OPTIONS
+ bool "Enable long options"
+ default n
+ depends on RMDIR && GETOPT_LONG
+ help
+ Support long options for the rmdir applet, including
+ --ignore-fail-on-non-empty for compatibility with GNU rmdir.
+
config SEQ
bool "seq"
default n