aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in30
1 files changed, 29 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index d7e31e868..818854cb1 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -232,6 +232,13 @@ config CONFIG_ENV
232 a command; without options it displays the current 232 a command; without options it displays the current
233 environment. 233 environment.
234 234
235config CONFIG_FEATURE_ENV_LONG_OPTIONS
236 bool "Enable long options"
237 default n
238 depends on CONFIG_ENV && CONFIG_GETOPT_LONG
239 help
240 Support long options for the env applet.
241
235config CONFIG_EXPR 242config CONFIG_EXPR
236 bool "expr" 243 bool "expr"
237 default n 244 default n
@@ -293,6 +300,13 @@ config CONFIG_INSTALL
293 help 300 help
294 Copy files and set attributes. 301 Copy files and set attributes.
295 302
303config CONFIG_FEATURE_INSTALL_LONG_OPTIONS
304 bool "Enable long options"
305 default n
306 depends on CONFIG_INSTALL && CONFIG_GETOPT_LONG
307 help
308 Support long options for the install applet.
309
296config CONFIG_LENGTH 310config CONFIG_LENGTH
297 bool "length" 311 bool "length"
298 default n 312 default n
@@ -362,7 +376,7 @@ config CONFIG_FEATURE_LS_USERNAME
362config CONFIG_FEATURE_LS_COLOR 376config CONFIG_FEATURE_LS_COLOR
363 bool "Allow use of color to identify file types" 377 bool "Allow use of color to identify file types"
364 default y 378 default y
365 depends on CONFIG_LS 379 depends on CONFIG_LS && CONFIG_GETOPT_LONG
366 help 380 help
367 This enables the --color option to ls. 381 This enables the --color option to ls.
368 382
@@ -389,6 +403,13 @@ config CONFIG_MKDIR
389 help 403 help
390 mkdir is used to create directories with the specified names. 404 mkdir is used to create directories with the specified names.
391 405
406config CONFIG_FEATURE_MKDIR_LONG_OPTIONS
407 bool "Enable long options"
408 default n
409 depends on CONFIG_MKDIR && CONFIG_GETOPT_LONG
410 help
411 Support long options for the mkdir applet.
412
392config CONFIG_MKFIFO 413config CONFIG_MKFIFO
393 bool "mkfifo" 414 bool "mkfifo"
394 default n 415 default n
@@ -409,6 +430,13 @@ config CONFIG_MV
409 help 430 help
410 mv is used to move or rename files or directories. 431 mv is used to move or rename files or directories.
411 432
433config CONFIG_FEATURE_MV_LONG_OPTIONS
434 bool "Enable long options"
435 default n
436 depends on CONFIG_MV && CONFIG_GETOPT_LONG
437 help
438 Support long options for the mv applet.
439
412config CONFIG_NICE 440config CONFIG_NICE
413 bool "nice" 441 bool "nice"
414 default n 442 default n