From 2f32bf8be63f70125049402ba43101d8c6083d46 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Jun 2010 04:14:28 +0200 Subject: remove defconfig. Now "make defconfig" simply uses defaults from Config.in Signed-off-by: Denys Vlasenko --- coreutils/date.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/date.c') diff --git a/coreutils/date.c b/coreutils/date.c index 2720a3507..c599df735 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -56,7 +56,7 @@ //config:config DATE //config: bool "date" -//config: default n +//config: default y //config: help //config: date is used to set the system date or display the //config: current time in the given format. @@ -71,7 +71,7 @@ //config: //config:config FEATURE_DATE_NANO //config: bool "Support %[num]N nanosecond format specifier" -//config: default y +//config: default n //config: depends on DATE //config: help //config: Support %[num]N format specifier. Adds ~250 bytes of code. -- cgit v1.2.3