remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
//config:
|
||||
//config:config FIND
|
||||
//config: bool "find"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: find is used to search your system to find specified files.
|
||||
//config:
|
||||
@@ -193,7 +193,7 @@
|
||||
//config:
|
||||
//config:config FEATURE_FIND_DELETE
|
||||
//config: bool "Enable -delete: delete files/dirs"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on FIND && FEATURE_FIND_DEPTH
|
||||
//config: help
|
||||
//config: Support the 'find -delete' option for deleting files and directories.
|
||||
@@ -223,7 +223,7 @@
|
||||
//config:
|
||||
//config:config FEATURE_FIND_LINKS
|
||||
//config: bool "Enable -links: link count matching"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on FIND
|
||||
//config: help
|
||||
//config: Support the 'find -links' option for matching number of links.
|
||||
|
@@ -23,7 +23,7 @@
|
||||
//config:
|
||||
//config:config GREP
|
||||
//config: bool "grep"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: grep is used to search files for a specified pattern.
|
||||
//config:
|
||||
|
@@ -21,14 +21,14 @@
|
||||
//config:
|
||||
//config:config XARGS
|
||||
//config: bool "xargs"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: xargs is used to execute a specified command for
|
||||
//config: every item from standard input.
|
||||
//config:
|
||||
//config:config FEATURE_XARGS_SUPPORT_CONFIRMATION
|
||||
//config: bool "Enable -p: prompt and confirmation"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on XARGS
|
||||
//config: help
|
||||
//config: Support -p: prompt the user whether to run each command
|
||||
@@ -36,14 +36,14 @@
|
||||
//config:
|
||||
//config:config FEATURE_XARGS_SUPPORT_QUOTES
|
||||
//config: bool "Enable single and double quotes and backslash"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on XARGS
|
||||
//config: help
|
||||
//config: Support quoting in the input.
|
||||
//config:
|
||||
//config:config FEATURE_XARGS_SUPPORT_TERMOPT
|
||||
//config: bool "Enable -x: exit if -s or -n is exceeded"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on XARGS
|
||||
//config: help
|
||||
//config: Support -x: exit if the command size (see the -s or -n option)
|
||||
@@ -51,7 +51,7 @@
|
||||
//config:
|
||||
//config:config FEATURE_XARGS_SUPPORT_ZERO_TERM
|
||||
//config: bool "Enable -0: NUL-terminated input"
|
||||
//config: default n
|
||||
//config: default y
|
||||
//config: depends on XARGS
|
||||
//config: help
|
||||
//config: Support -0: input items are terminated by a NUL character
|
||||
|
Reference in New Issue
Block a user