diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-03 10:02:58 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-03 10:02:58 +0100 |
commit | 8b47fa3e20606a03cb2b9e79a329214a69add325 (patch) | |
tree | 3ab7cb6e56bdce333e780da1129bb365edf409bf | |
parent | fa01fef468cd2065ff56f1d2d7e7925f875675c7 (diff) | |
download | busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.tar.gz busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.tar.bz2 busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.zip |
build system: reinstate PLATFORM_LINUX
Removing 'select PLATFORM_LINUX' from ps and stat has no material
effect: it just causes match_fstype.o to be built needlessly.
Remove this difference from upstream.
-rw-r--r-- | coreutils/stat.c | 1 | ||||
-rw-r--r-- | procps/ps.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index c332e5dc8..93cf03bf2 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -22,6 +22,7 @@ | |||
22 | //config: bool "Enable custom formats (-c)" | 22 | //config: bool "Enable custom formats (-c)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: depends on STAT | 24 | //config: depends on STAT |
25 | //config: select PLATFORM_LINUX # statfs() | ||
25 | //config: help | 26 | //config: help |
26 | //config: Without this, stat will not support the '-c format' option where | 27 | //config: Without this, stat will not support the '-c format' option where |
27 | //config: users can pass a custom format string for output. This adds about | 28 | //config: users can pass a custom format string for output. This adds about |
diff --git a/procps/ps.c b/procps/ps.c index a4de11379..22905ddff 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -33,6 +33,7 @@ | |||
33 | //config: | 33 | //config: |
34 | //config:config FEATURE_PS_TIME | 34 | //config:config FEATURE_PS_TIME |
35 | //config: bool "Enable -o time and -o etime specifiers" | 35 | //config: bool "Enable -o time and -o etime specifiers" |
36 | //config: select PLATFORM_LINUX # statfs() | ||
36 | //config: default y | 37 | //config: default y |
37 | //config: depends on (PS || MINIPS) && DESKTOP | 38 | //config: depends on (PS || MINIPS) && DESKTOP |
38 | //config: | 39 | //config: |