projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8112c
)
forgotten bit of rmdir long options support
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 24 Feb 2008 22:45:04 +0000
(22:45 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 24 Feb 2008 22:45:04 +0000
(22:45 -0000)
coreutils/Config.in
patch
|
blob
|
history
diff --git
a/coreutils/Config.in
b/coreutils/Config.in
index 3b3f7b33306d645781de08a5e6216a9cb1220211..e2072c8437d9939668355da397110bcb39a091fa 100644
(file)
--- 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