aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-08-03 10:02:58 +0100
committerRon Yorston <rmy@pobox.com>2020-08-03 10:02:58 +0100
commit8b47fa3e20606a03cb2b9e79a329214a69add325 (patch)
tree3ab7cb6e56bdce333e780da1129bb365edf409bf /coreutils
parentfa01fef468cd2065ff56f1d2d7e7925f875675c7 (diff)
downloadbusybox-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.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/stat.c1
1 files changed, 1 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