commit | 2f32bf8be63f70125049402ba43101d8c6083d46 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 06 04:14:28 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 06 04:14:28 2010 +0200 |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 [diff] [blame] |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/findutils/grep.c b/findutils/grep.c index be29011..dd1a4ef 100644 --- a/findutils/grep.c +++ b/findutils/grep.c
@@ -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: