svn commit: trunk/busybox/coreutils

vda at busybox.net vda at busybox.net
Sun Feb 24 22:45:04 UTC 2008


Author: vda
Date: 2008-02-24 14:45:04 -0800 (Sun, 24 Feb 2008)
New Revision: 21106

Log:
forgotten bit of rmdir long options support



Modified:
   trunk/busybox/coreutils/Config.in


Changeset:
Modified: trunk/busybox/coreutils/Config.in
===================================================================
--- trunk/busybox/coreutils/Config.in	2008-02-24 22:08:57 UTC (rev 21105)
+++ trunk/busybox/coreutils/Config.in	2008-02-24 22:45:04 UTC (rev 21106)
@@ -488,6 +488,14 @@
 	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




More information about the busybox-cvs mailing list