diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 19:48:30 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 19:51:47 +1000 |
commit | a2486b548b1636729edc34172a08fd18864e7fa8 (patch) | |
tree | e020ccd5c0accefead56124e169571e92a0bb1cf /scripts | |
parent | 42b6a4c89ad8d4f625a3b63b7556929e3a660e90 (diff) | |
download | busybox-w32-a2486b548b1636729edc34172a08fd18864e7fa8.tar.gz busybox-w32-a2486b548b1636729edc34172a08fd18864e7fa8.tar.bz2 busybox-w32-a2486b548b1636729edc34172a08fd18864e7fa8.zip |
win32: enable date
Setting time does not work. %e does not work because strftime does
not support that. Output may be different from POSIX because "it is
Windows" syndrome.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig.mingw32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index 943c3f4ab..66422f9b0 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -169,10 +169,10 @@ CONFIG_UNZIP=y | |||
169 | # | 169 | # |
170 | CONFIG_BASENAME=y | 170 | CONFIG_BASENAME=y |
171 | CONFIG_CAT=y | 171 | CONFIG_CAT=y |
172 | # CONFIG_DATE is not set | 172 | CONFIG_DATE=y |
173 | # CONFIG_FEATURE_DATE_ISOFMT is not set | 173 | CONFIG_FEATURE_DATE_ISOFMT=y |
174 | # CONFIG_FEATURE_DATE_NANO is not set | 174 | # CONFIG_FEATURE_DATE_NANO is not set |
175 | # CONFIG_FEATURE_DATE_COMPAT is not set | 175 | CONFIG_FEATURE_DATE_COMPAT=y |
176 | CONFIG_TEST=y | 176 | CONFIG_TEST=y |
177 | CONFIG_FEATURE_TEST_64=y | 177 | CONFIG_FEATURE_TEST_64=y |
178 | CONFIG_TR=y | 178 | CONFIG_TR=y |