diff options
author | Ron Yorston <rmy@pobox.com> | 2020-04-06 09:03:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-04-06 09:03:52 +0100 |
commit | 9181e1363f09f80ba822175886450b751e408f14 (patch) | |
tree | 000415bab289dd387e9217db9c1da7b0c2bf8549 /configs | |
parent | 4ecfc9fc115221ec66769915bf02ac37c40ffcd5 (diff) | |
download | busybox-w32-9181e1363f09f80ba822175886450b751e408f14.tar.gz busybox-w32-9181e1363f09f80ba822175886450b751e408f14.tar.bz2 busybox-w32-9181e1363f09f80ba822175886450b751e408f14.zip |
time: WIN32 port
Port the time applet to WIN32. This requires the implemntation of
a replacement for wait3(2).
Only elapsed, user and system times are supported, not the memory
and i/o statistics reported by GNU time.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 4 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index 5616851f6..a86be37ea 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.32.0.git | 3 | # Busybox version: 1.32.0.git |
4 | # Sun Apr 5 09:22:18 2020 | 4 | # Mon Apr 6 08:34:52 2020 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -832,7 +832,7 @@ CONFIG_MAN=y | |||
832 | # CONFIG_SETFATTR is not set | 832 | # CONFIG_SETFATTR is not set |
833 | # CONFIG_SETSERIAL is not set | 833 | # CONFIG_SETSERIAL is not set |
834 | CONFIG_STRINGS=y | 834 | CONFIG_STRINGS=y |
835 | # CONFIG_TIME is not set | 835 | CONFIG_TIME=y |
836 | CONFIG_TS=y | 836 | CONFIG_TS=y |
837 | CONFIG_TTYSIZE=y | 837 | CONFIG_TTYSIZE=y |
838 | # CONFIG_UBIRENAME is not set | 838 | # CONFIG_UBIRENAME is not set |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 92daa7839..2c60d22ac 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.32.0.git | 3 | # Busybox version: 1.32.0.git |
4 | # Sun Apr 5 09:22:18 2020 | 4 | # Mon Apr 6 08:34:52 2020 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -832,7 +832,7 @@ CONFIG_MAN=y | |||
832 | # CONFIG_SETFATTR is not set | 832 | # CONFIG_SETFATTR is not set |
833 | # CONFIG_SETSERIAL is not set | 833 | # CONFIG_SETSERIAL is not set |
834 | CONFIG_STRINGS=y | 834 | CONFIG_STRINGS=y |
835 | # CONFIG_TIME is not set | 835 | CONFIG_TIME=y |
836 | CONFIG_TS=y | 836 | CONFIG_TS=y |
837 | CONFIG_TTYSIZE=y | 837 | CONFIG_TTYSIZE=y |
838 | # CONFIG_UBIRENAME is not set | 838 | # CONFIG_UBIRENAME is not set |